Html Css Color HEX #0C641E Crusoe

📋 copy color: '#0C641E'

red 12 ◦ green 100 ◦ blue 30

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

Shades of Crusoe #0C641E

Tints of Crusoe #0C641E

RGB

 RED value IS 12 (5.08% from 255) = 8.45%

 GREEN value IS 100 (39.45% from 255) = 70.42%

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 8.45%
G = 70.42%
B = 21.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#0C641E (or 0x0C641E) is known color: Crusoe. HEX triplet: 0C, 64 and 1E. RGB value is (12,100,30). Sum of RGB (Red+Green+Blue) = 12+100+30=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 100 (39.45% from 255 or 70.42% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 100 - color contains mainly: green. Hex color #0C641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C641E is #F39BE1. Grayscale: #414141. Windows color (decimal): -15965154 or 1991692. OLE color: 1991692.

HSL color Cylindrical-coordinate representation of color #0C641E: hue angle of 132.27º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C641E is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 100 30 -
CMYK 0.88 0 0.70 0.61
HSL 132.27º 0.79% 0.22% -
HSV(B) 132.27º 0.88% 0.39% -
XYZ 4.94 9.29 2.76 -
YUV 65.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 12 100 30 0.88 0 0.70 0.61 132.27 0.79 0.22
Hex C 64 1E 58 0 46 3D 84 4F 16
Octal 14 144 36 130 0 106 75 204 117 26
Binary 1100 1100100 11110 1011000 0 1000110 111101 10000100 1001111 10110

Color Harmonies of #0C641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C641E

Black with #0C641E

Text Example


Text Example

White with #0C641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C641E; }

 p { color: rgb(12,100,30); }

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

background-color css

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

 a { background-color: rgb(12,100,30); }

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

border-color css

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

 span { border-color: rgb(12,100,30); }

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