Html Css Color HEX #085C1A Crusoe

📋 copy color: '#085C1A'

red 8 ◦ green 92 ◦ blue 26

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

Shades of Crusoe #085C1A

Tints of Crusoe #085C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 6.35%
G = 73.02%
B = 20.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#085C1A (or 0x085C1A) is known color: Crusoe. HEX triplet: 08, 5C and 1A. RGB value is (8,92,26). Sum of RGB (Red+Green+Blue) = 8+92+26=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 92 (36.33% from 255 or 73.02% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 92 - color contains mainly: green. Hex color #085C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C1A is #F7A3E5. Grayscale: #3B3B3B. Windows color (decimal): -16229350 or 1727496. OLE color: 1727496.

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

Color convert

RGB 8 92 26 -
CMYK 0.91 0 0.72 0.64
HSL 132.86º 0.84% 0.2% -
HSV(B) 132.86º 0.91% 0.36% -
XYZ 4.11 7.78 2.26 -
YUV 59.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 8 92 26 0.91 0 0.72 0.64 132.86 0.84 0.2
Hex 8 5C 1A 5B 0 48 40 85 54 14
Octal 10 134 32 133 0 110 100 205 124 24
Binary 1000 1011100 11010 1011011 0 1001000 1000000 10000101 1010100 10100

Color Harmonies of #085C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C1A

Black with #085C1A

Text Example


Text Example

White with #085C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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