Html Css Color HEX #0C511A Crusoe

📋 copy color: '#0C511A'

red 12 ◦ green 81 ◦ blue 26

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

Shades of Crusoe #0C511A

Tints of Crusoe #0C511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 68.07%

 BLUE value IS 26 (10.55% from 255) = 21.85%

R = 10.08%
G = 68.07%
B = 21.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#0C511A (or 0x0C511A) is known color: Crusoe. HEX triplet: 0C, 51 and 1A. RGB value is (12,81,26). Sum of RGB (Red+Green+Blue) = 12+81+26=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 81 (32.03% from 255 or 68.07% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 81 - color contains mainly: green. Hex color #0C511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C511A is #F3AEE5. Grayscale: #363636. Windows color (decimal): -15970022 or 1724684. OLE color: 1724684.

HSL color Cylindrical-coordinate representation of color #0C511A: hue angle of 132.17º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C511A is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 81 26 -
CMYK 0.85 0 0.68 0.68
HSL 132.17º 0.74% 0.18% -
HSV(B) 132.17º 0.85% 0.32% -
XYZ 3.28 6.04 1.97 -
YUV 54.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 12 81 26 0.85 0 0.68 0.68 132.17 0.74 0.18
Hex C 51 1A 55 0 44 44 84 4A 12
Octal 14 121 32 125 0 104 104 204 112 22
Binary 1100 1010001 11010 1010101 0 1000100 1000100 10000100 1001010 10010

Color Harmonies of #0C511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C511A

Black with #0C511A

Text Example


Text Example

White with #0C511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,81,26); }

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

background-color css

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

 a { background-color: rgb(12,81,26); }

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

border-color css

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

 span { border-color: rgb(12,81,26); }

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