Html Css Color HEX #085C1B Crusoe

📋 copy color: '#085C1B'

red 8 ◦ green 92 ◦ blue 27

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

Shades of Crusoe #085C1B

Tints of Crusoe #085C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.26%

R = 6.3%
G = 72.44%
B = 21.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#085C1B (or 0x085C1B) is known color: Crusoe. HEX triplet: 08, 5C and 1B. RGB value is (8,92,27). Sum of RGB (Red+Green+Blue) = 8+92+27=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 92 (36.33% from 255 or 72.44% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 92 - color contains mainly: green. Hex color #085C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C1B is #F7A3E4. Grayscale: #3B3B3B. Windows color (decimal): -16229349 or 1793032. OLE color: 1793032.

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

Color convert

RGB 8 92 27 -
CMYK 0.91 0 0.71 0.64
HSL 133.57º 0.84% 0.2% -
HSV(B) 133.57º 0.91% 0.36% -
XYZ 4.13 7.79 2.32 -
YUV 59.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 8 92 27 0.91 0 0.71 0.64 133.57 0.84 0.2
Hex 8 5C 1B 5B 0 47 40 86 54 14
Octal 10 134 33 133 0 107 100 206 124 24
Binary 1000 1011100 11011 1011011 0 1000111 1000000 10000110 1010100 10100

Color Harmonies of #085C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C1B

Black with #085C1B

Text Example


Text Example

White with #085C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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