Html Css Color HEX #06551D Crusoe

📋 copy color: '#06551D'

red 6 ◦ green 85 ◦ blue 29

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

Shades of Crusoe #06551D

Tints of Crusoe #06551D

RGB

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

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

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

R = 5%
G = 70.83%
B = 24.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#06551D (or 0x06551D) is known color: Crusoe. HEX triplet: 06, 55 and 1D. RGB value is (6,85,29). Sum of RGB (Red+Green+Blue) = 6+85+29=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #06551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06551D is #F9AAE2. Grayscale: #373737. Windows color (decimal): -16362211 or 1922310. OLE color: 1922310.

HSL color Cylindrical-coordinate representation of color #06551D: hue angle of 137.47º 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 #06551D is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 29 -
CMYK 0.93 0 0.66 0.67
HSL 137.47º 0.87% 0.18% -
HSV(B) 137.47º 0.93% 0.33% -
XYZ 3.55 6.62 2.25 -
YUV 55 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 6 85 29 0.93 0 0.66 0.67 137.47 0.87 0.18
Hex 6 55 1D 5D 0 42 43 89 57 12
Octal 6 125 35 135 0 102 103 211 127 22
Binary 110 1010101 11101 1011101 0 1000010 1000011 10001001 1010111 10010

Color Harmonies of #06551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06551D

Black with #06551D

Text Example


Text Example

White with #06551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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