Html Css Color HEX #0C5926 Crusoe

📋 copy color: '#0C5926'

red 12 ◦ green 89 ◦ blue 38

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

Shades of Crusoe #0C5926

Tints of Crusoe #0C5926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 64.03%

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 8.63%
G = 64.03%
B = 27.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#0C5926 (or 0x0C5926) is known color: Crusoe. HEX triplet: 0C, 59 and 26. RGB value is (12,89,38). Sum of RGB (Red+Green+Blue) = 12+89+38=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5926 is #F3A6D9. Grayscale: #3C3C3C. Windows color (decimal): -15967962 or 2513164. OLE color: 2513164.

HSL color Cylindrical-coordinate representation of color #0C5926: hue angle of 140.26º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5926 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 89 38 -
CMYK 0.87 0 0.57 0.65
HSL 140.26º 0.76% 0.2% -
HSV(B) 140.26º 0.87% 0.35% -
XYZ 4.07 7.36 3.04 -
YUV 60.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 12 89 38 0.87 0 0.57 0.65 140.26 0.76 0.2
Hex C 59 26 57 0 39 41 8C 4C 14
Octal 14 131 46 127 0 71 101 214 114 24
Binary 1100 1011001 100110 1010111 0 111001 1000001 10001100 1001100 10100

Color Harmonies of #0C5926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5926

Black with #0C5926

Text Example


Text Example

White with #0C5926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,89,38); }

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

background-color css

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

 a { background-color: rgb(12,89,38); }

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

border-color css

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

 span { border-color: rgb(12,89,38); }

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