Html Css Color HEX #0C5C26 Crusoe

📋 copy color: '#0C5C26'

red 12 ◦ green 92 ◦ blue 38

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

Shades of Crusoe #0C5C26

Tints of Crusoe #0C5C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 64.79%

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

R = 8.45%
G = 64.79%
B = 26.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#0C5C26 (or 0x0C5C26) is known color: Crusoe. HEX triplet: 0C, 5C and 26. RGB value is (12,92,38). Sum of RGB (Red+Green+Blue) = 12+92+38=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 92 (36.33% from 255 or 64.79% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 92 - color contains mainly: green. Hex color #0C5C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5C26 is #F3A3D9. Grayscale: #3E3E3E. Windows color (decimal): -15967194 or 2513932. OLE color: 2513932.

HSL color Cylindrical-coordinate representation of color #0C5C26: hue angle of 139.5º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5C26 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 92 38 -
CMYK 0.87 0 0.59 0.64
HSL 139.5º 0.77% 0.2% -
HSV(B) 139.5º 0.87% 0.36% -
XYZ 4.33 7.87 3.13 -
YUV 61.92 114.5 92.39 -
System Red Green Blue C M Y K H S L
Decimal 12 92 38 0.87 0 0.59 0.64 139.5 0.77 0.2
Hex C 5C 26 57 0 3B 40 8C 4D 14
Octal 14 134 46 127 0 73 100 214 115 24
Binary 1100 1011100 100110 1010111 0 111011 1000000 10001100 1001101 10100

Color Harmonies of #0C5C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5C26

Black with #0C5C26

Text Example


Text Example

White with #0C5C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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