Html Css Color HEX #0C521A Crusoe

📋 copy color: '#0C521A'

red 12 ◦ green 82 ◦ blue 26

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

Shades of Crusoe #0C521A

Tints of Crusoe #0C521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 68.33%

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

R = 10%
G = 68.33%
B = 21.67%

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

#0C521A (or 0x0C521A) is known color: Crusoe. HEX triplet: 0C, 52 and 1A. RGB value is (12,82,26). Sum of RGB (Red+Green+Blue) = 12+82+26=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #0C521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C521A is #F3ADE5. Grayscale: #363636. Windows color (decimal): -15969766 or 1724940. OLE color: 1724940.

HSL color Cylindrical-coordinate representation of color #0C521A: hue angle of 132º 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 #0C521A is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 82 26 -
CMYK 0.85 0 0.68 0.68
HSL 132º 0.74% 0.18% -
HSV(B) 132º 0.85% 0.32% -
XYZ 3.36 6.19 1.99 -
YUV 54.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 12 82 26 0.85 0 0.68 0.68 132 0.74 0.18
Hex C 52 1A 55 0 44 44 84 4A 12
Octal 14 122 32 125 0 104 104 204 112 22
Binary 1100 1010010 11010 1010101 0 1000100 1000100 10000100 1001010 10010

Color Harmonies of #0C521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C521A

Black with #0C521A

Text Example


Text Example

White with #0C521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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