Html Css Color HEX #085C29 Crusoe

📋 copy color: '#085C29'

red 8 ◦ green 92 ◦ blue 41

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

Shades of Crusoe #085C29

Tints of Crusoe #085C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 65.25%

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 5.67%
G = 65.25%
B = 29.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#085C29 (or 0x085C29) is known color: Crusoe. HEX triplet: 08, 5C and 29. RGB value is (8,92,41). Sum of RGB (Red+Green+Blue) = 8+92+41=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 92 (36.33% from 255 or 65.25% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 92 - color contains mainly: green. Hex color #085C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C29 is #F7A3D6. Grayscale: #3D3D3D. Windows color (decimal): -16229335 or 2710536. OLE color: 2710536.

HSL color Cylindrical-coordinate representation of color #085C29: hue angle of 143.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085C29 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 92 41 -
CMYK 0.91 0 0.55 0.64
HSL 143.57º 0.84% 0.2% -
HSV(B) 143.57º 0.91% 0.36% -
XYZ 4.33 7.87 3.39 -
YUV 61.07 116.67 90.15 -
System Red Green Blue C M Y K H S L
Decimal 8 92 41 0.91 0 0.55 0.64 143.57 0.84 0.2
Hex 8 5C 29 5B 0 37 40 90 54 14
Octal 10 134 51 133 0 67 100 220 124 24
Binary 1000 1011100 101001 1011011 0 110111 1000000 10010000 1010100 10100

Color Harmonies of #085C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C29

Black with #085C29

Text Example


Text Example

White with #085C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085C29; }

 p { color: rgb(8,92,41); }

 H1.HeaderClassName
 {
   color: #085C29;
 }
 .AnyTagClassName
 {
   color: #085C29;
 }
</style>

background-color css

<style>
 a { background-color: #085C29; }

 a { background-color: rgb(8,92,41); }

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

border-color css

<style>
 span { border-color: #085C29; }

 span { border-color: rgb(8,92,41); }

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