Html Css Color HEX #12611D Crusoe

📋 copy color: '#12611D'

red 18 ◦ green 97 ◦ blue 29

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

Shades of Crusoe #12611D

Tints of Crusoe #12611D

RGB

 RED value IS 18 (7.42% from 255) = 12.5%

 GREEN value IS 97 (38.28% from 255) = 67.36%

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 12.5%
G = 67.36%
B = 20.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#12611D (or 0x12611D) is known color: Crusoe. HEX triplet: 12, 61 and 1D. RGB value is (18,97,29). Sum of RGB (Red+Green+Blue) = 18+97+29=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #12611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12611D is #ED9EE2. Grayscale: #414141. Windows color (decimal): -15572707 or 1925394. OLE color: 1925394.

HSL color Cylindrical-coordinate representation of color #12611D: hue angle of 128.35º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12611D is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 29 -
CMYK 0.81 0 0.70 0.62
HSL 128.35º 0.69% 0.23% -
HSV(B) 128.35º 0.81% 0.38% -
XYZ 4.75 8.77 2.6 -
YUV 65.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 18 97 29 0.81 0 0.70 0.62 128.35 0.69 0.23
Hex 12 61 1D 51 0 46 3E 80 45 17
Octal 22 141 35 121 0 106 76 200 105 27
Binary 10010 1100001 11101 1010001 0 1000110 111110 10000000 1000101 10111

Color Harmonies of #12611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12611D

Black with #12611D

Text Example


Text Example

White with #12611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12611D; }

 p { color: rgb(18,97,29); }

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

background-color css

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

 a { background-color: rgb(18,97,29); }

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

border-color css

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

 span { border-color: rgb(18,97,29); }

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