Html Css Color HEX #0C5F21 Crusoe

📋 copy color: '#0C5F21'

red 12 ◦ green 95 ◦ blue 33

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

Shades of Crusoe #0C5F21

Tints of Crusoe #0C5F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 67.86%

 BLUE value IS 33 (13.28% from 255) = 23.57%

R = 8.57%
G = 67.86%
B = 23.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#0C5F21 (or 0x0C5F21) is known color: Crusoe. HEX triplet: 0C, 5F and 21. RGB value is (12,95,33). Sum of RGB (Red+Green+Blue) = 12+95+33=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 95 (37.5% from 255 or 67.86% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 95 - color contains mainly: green. Hex color #0C5F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5F21 is #F3A0DE. Grayscale: #3F3F3F. Windows color (decimal): -15966431 or 2187020. OLE color: 2187020.

HSL color Cylindrical-coordinate representation of color #0C5F21: hue angle of 135.18º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5F21 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 95 33 -
CMYK 0.87 0 0.65 0.63
HSL 135.18º 0.78% 0.21% -
HSV(B) 135.18º 0.87% 0.37% -
XYZ 4.52 8.37 2.82 -
YUV 63.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 12 95 33 0.87 0 0.65 0.63 135.18 0.78 0.21
Hex C 5F 21 57 0 41 3F 87 4E 15
Octal 14 137 41 127 0 101 77 207 116 25
Binary 1100 1011111 100001 1010111 0 1000001 111111 10000111 1001110 10101

Color Harmonies of #0C5F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5F21

Black with #0C5F21

Text Example


Text Example

White with #0C5F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,95,33); }

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

background-color css

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

 a { background-color: rgb(12,95,33); }

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

border-color css

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

 span { border-color: rgb(12,95,33); }

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