Html Css Color HEX #06552D Crusoe

📋 copy color: '#06552D'

red 6 ◦ green 85 ◦ blue 45

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

Shades of Crusoe #06552D

Tints of Crusoe #06552D

RGB

 RED value IS 6 (2.73% from 255) = 4.41%

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

 BLUE value IS 45 (17.97% from 255) = 33.09%

R = 4.41%
G = 62.5%
B = 33.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#06552D (or 0x06552D) is known color: Crusoe. HEX triplet: 06, 55 and 2D. RGB value is (6,85,45). Sum of RGB (Red+Green+Blue) = 6+85+45=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #06552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06552D is #F9AAD2. Grayscale: #383838. Windows color (decimal): -16362195 or 2970886. OLE color: 2970886.

HSL color Cylindrical-coordinate representation of color #06552D: hue angle of 149.62º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06552D is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 45 -
CMYK 0.93 0 0.47 0.67
HSL 149.62º 0.87% 0.18% -
HSV(B) 149.62º 0.93% 0.33% -
XYZ 3.8 6.73 3.58 -
YUV 56.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 6 85 45 0.93 0 0.47 0.67 149.62 0.87 0.18
Hex 6 55 2D 5D 0 2F 43 96 57 12
Octal 6 125 55 135 0 57 103 226 127 22
Binary 110 1010101 101101 1011101 0 101111 1000011 10010110 1010111 10010

Color Harmonies of #06552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06552D

Black with #06552D

Text Example


Text Example

White with #06552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06552D; }

 p { color: rgb(6,85,45); }

 H1.HeaderClassName
 {
   color: #06552D;
 }
 .AnyTagClassName
 {
   color: #06552D;
 }
</style>

background-color css

<style>
 a { background-color: #06552D; }

 a { background-color: rgb(6,85,45); }

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

border-color css

<style>
 span { border-color: #06552D; }

 span { border-color: rgb(6,85,45); }

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