Html Css Color HEX #085C26 Crusoe

📋 copy color: '#085C26'

red 8 ◦ green 92 ◦ blue 38

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

Shades of Crusoe #085C26

Tints of Crusoe #085C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 5.8%
G = 66.67%
B = 27.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#085C26 (or 0x085C26) is known color: Crusoe. HEX triplet: 08, 5C and 26. RGB value is (8,92,38). Sum of RGB (Red+Green+Blue) = 8+92+38=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 92 (36.33% from 255 or 66.67% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 92 - color contains mainly: green. Hex color #085C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C26 is #F7A3D9. Grayscale: #3C3C3C. Windows color (decimal): -16229338 or 2513928. OLE color: 2513928.

HSL color Cylindrical-coordinate representation of color #085C26: hue angle of 141.43º 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 #085C26 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 92 38 -
CMYK 0.91 0 0.59 0.64
HSL 141.43º 0.84% 0.2% -
HSV(B) 141.43º 0.91% 0.36% -
XYZ 4.28 7.85 3.12 -
YUV 60.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 8 92 38 0.91 0 0.59 0.64 141.43 0.84 0.2
Hex 8 5C 26 5B 0 3B 40 8D 54 14
Octal 10 134 46 133 0 73 100 215 124 24
Binary 1000 1011100 100110 1011011 0 111011 1000000 10001101 1010100 10100

Color Harmonies of #085C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C26

Black with #085C26

Text Example


Text Example

White with #085C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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