Html Css Color HEX #0C6419 Crusoe

📋 copy color: '#0C6419'

red 12 ◦ green 100 ◦ blue 25

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

Shades of Crusoe #0C6419

Tints of Crusoe #0C6419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.25%

R = 8.76%
G = 72.99%
B = 18.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#0C6419 (or 0x0C6419) is known color: Crusoe. HEX triplet: 0C, 64 and 19. RGB value is (12,100,25). Sum of RGB (Red+Green+Blue) = 12+100+25=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 100 (39.45% from 255 or 72.99% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6419 is #F39BE6. Grayscale: #414141. Windows color (decimal): -15965159 or 1664012. OLE color: 1664012.

HSL color Cylindrical-coordinate representation of color #0C6419: hue angle of 128.86º 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 #0C6419 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 100 25 -
CMYK 0.88 0 0.75 0.61
HSL 128.86º 0.79% 0.22% -
HSV(B) 128.86º 0.88% 0.39% -
XYZ 4.88 9.26 2.45 -
YUV 65.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 12 100 25 0.88 0 0.75 0.61 128.86 0.79 0.22
Hex C 64 19 58 0 4B 3D 81 4F 16
Octal 14 144 31 130 0 113 75 201 117 26
Binary 1100 1100100 11001 1011000 0 1001011 111101 10000001 1001111 10110

Color Harmonies of #0C6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6419

Black with #0C6419

Text Example


Text Example

White with #0C6419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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