Html Css Color HEX #0C521D Crusoe

📋 copy color: '#0C521D'

red 12 ◦ green 82 ◦ blue 29

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

Shades of Crusoe #0C521D

Tints of Crusoe #0C521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.58%

R = 9.76%
G = 66.67%
B = 23.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#0C521D (or 0x0C521D) is known color: Crusoe. HEX triplet: 0C, 52 and 1D. RGB value is (12,82,29). Sum of RGB (Red+Green+Blue) = 12+82+29=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #0C521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C521D is #F3ADE2. Grayscale: #373737. Windows color (decimal): -15969763 or 1921548. OLE color: 1921548.

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

Color convert

RGB 12 82 29 -
CMYK 0.85 0 0.65 0.68
HSL 134.57º 0.74% 0.18% -
HSV(B) 134.57º 0.85% 0.32% -
XYZ 3.39 6.2 2.18 -
YUV 55.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 12 82 29 0.85 0 0.65 0.68 134.57 0.74 0.18
Hex C 52 1D 55 0 41 44 87 4A 12
Octal 14 122 35 125 0 101 104 207 112 22
Binary 1100 1010010 11101 1010101 0 1000001 1000100 10000111 1001010 10010

Color Harmonies of #0C521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C521D

Black with #0C521D

Text Example


Text Example

White with #0C521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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