Html Css Color HEX #08552D Crusoe

📋 copy color: '#08552D'

red 8 ◦ green 85 ◦ blue 45

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

Shades of Crusoe #08552D

Tints of Crusoe #08552D

RGB

 RED value IS 8 (3.52% from 255) = 5.8%

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

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

R = 5.8%
G = 61.59%
B = 32.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#08552D (or 0x08552D) is known color: Crusoe. HEX triplet: 08, 55 and 2D. RGB value is (8,85,45). Sum of RGB (Red+Green+Blue) = 8+85+45=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #08552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08552D is #F7AAD2. Grayscale: #393939. Windows color (decimal): -16231123 or 2970888. OLE color: 2970888.

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

Color convert

RGB 8 85 45 -
CMYK 0.91 0 0.47 0.67
HSL 148.83º 0.83% 0.18% -
HSV(B) 148.83º 0.91% 0.33% -
XYZ 3.82 6.74 3.58 -
YUV 57.42 120.99 92.75 -
System Red Green Blue C M Y K H S L
Decimal 8 85 45 0.91 0 0.47 0.67 148.83 0.83 0.18
Hex 8 55 2D 5B 0 2F 43 95 53 12
Octal 10 125 55 133 0 57 103 225 123 22
Binary 1000 1010101 101101 1011011 0 101111 1000011 10010101 1010011 10010

Color Harmonies of #08552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08552D

Black with #08552D

Text Example


Text Example

White with #08552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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