Html Css Color HEX #0C552F Crusoe

📋 copy color: '#0C552F'

red 12 ◦ green 85 ◦ blue 47

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

Shades of Crusoe #0C552F

Tints of Crusoe #0C552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.03%

 BLUE value IS 47 (18.75% from 255) = 32.64%

R = 8.33%
G = 59.03%
B = 32.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#0C552F (or 0x0C552F) is known color: Crusoe. HEX triplet: 0C, 55 and 2F. RGB value is (12,85,47). Sum of RGB (Red+Green+Blue) = 12+85+47=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #0C552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C552F is #F3AAD0. Grayscale: #3A3A3A. Windows color (decimal): -15968977 or 3101964. OLE color: 3101964.

HSL color Cylindrical-coordinate representation of color #0C552F: hue angle of 148.77º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C552F is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 85 47 -
CMYK 0.86 0 0.45 0.67
HSL 148.77º 0.75% 0.19% -
HSV(B) 148.77º 0.86% 0.33% -
XYZ 3.91 6.78 3.79 -
YUV 58.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 12 85 47 0.86 0 0.45 0.67 148.77 0.75 0.19
Hex C 55 2F 56 0 2D 43 95 4B 13
Octal 14 125 57 126 0 55 103 225 113 23
Binary 1100 1010101 101111 1010110 0 101101 1000011 10010101 1001011 10011

Color Harmonies of #0C552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C552F

Black with #0C552F

Text Example


Text Example

White with #0C552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,85,47); }

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

background-color css

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

 a { background-color: rgb(12,85,47); }

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

border-color css

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

 span { border-color: rgb(12,85,47); }

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