Html Css Color HEX #103325 Cardin Green

📋 copy color: '#103325'

red 16 ◦ green 51 ◦ blue 37

#103325
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #103325

Tints of Cardin Green #103325

RGB

 RED value IS 16 (6.64% from 255) = 15.38%

 GREEN value IS 51 (20.31% from 255) = 49.04%

 BLUE value IS 37 (14.84% from 255) = 35.58%

R = 15.38%
G = 49.04%
B = 35.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#103325 (or 0x103325) is known color: Cardin Green. HEX triplet: 10, 33 and 25. RGB value is (16,51,37). Sum of RGB (Red+Green+Blue) = 16+51+37=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #103325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103325 is #EFCCDA. Grayscale: #262626. Windows color (decimal): -15715547 or 2437904. OLE color: 2437904.

HSL color Cylindrical-coordinate representation of color #103325: hue angle of 156º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103325 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 16 51 37 -
CMYK 0.69 0 0.27 0.8
HSL 156º 0.52% 0.13% -
HSV(B) 156º 0.69% 0.2% -
XYZ 1.73 2.61 2.16 -
YUV 38.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 16 51 37 0.69 0 0.27 0.8 156 0.52 0.13
Hex 10 33 25 45 0 1B 50 9C 34 D
Octal 20 63 45 105 0 33 120 234 64 15
Binary 10000 110011 100101 1000101 0 11011 1010000 10011100 110100 1101

Color Harmonies of #103325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103325

Black with #103325

Text Example


Text Example

White with #103325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103325; }

 p { color: rgb(16,51,37); }

 H1.HeaderClassName
 {
   color: #103325;
 }
 .AnyTagClassName
 {
   color: #103325;
 }
</style>

background-color css

<style>
 a { background-color: #103325; }

 a { background-color: rgb(16,51,37); }

 div.DivClassName
 {
   background-color: #103325;
 }
 .BgClassName
 {
   background-color: #103325;
 }
</style>

border-color css

<style>
 span { border-color: #103325; }

 span { border-color: rgb(16,51,37); }

 td.TdClassName
 {
   border-color: #103325;
 }
 .TagClassName
 {
   border-color: #103325;
 }
</style>