Html Css Color HEX #085326 Crusoe

📋 copy color: '#085326'

red 8 ◦ green 83 ◦ blue 38

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

Shades of Crusoe #085326

Tints of Crusoe #085326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 64.34%

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

R = 6.2%
G = 64.34%
B = 29.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#085326 (or 0x085326) is known color: Crusoe. HEX triplet: 08, 53 and 26. RGB value is (8,83,38). Sum of RGB (Red+Green+Blue) = 8+83+38=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #085326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085326 is #F7ACD9. Grayscale: #373737. Windows color (decimal): -16231642 or 2511624. OLE color: 2511624.

HSL color Cylindrical-coordinate representation of color #085326: hue angle of 144º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085326 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 38 -
CMYK 0.90 0 0.54 0.67
HSL 144º 0.82% 0.18% -
HSV(B) 144º 0.9% 0.33% -
XYZ 3.54 6.38 2.88 -
YUV 55.45 118.15 94.16 -
System Red Green Blue C M Y K H S L
Decimal 8 83 38 0.90 0 0.54 0.67 144 0.82 0.18
Hex 8 53 26 5A 0 36 43 90 52 12
Octal 10 123 46 132 0 66 103 220 122 22
Binary 1000 1010011 100110 1011010 0 110110 1000011 10010000 1010010 10010

Color Harmonies of #085326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085326

Black with #085326

Text Example


Text Example

White with #085326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085326; }

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

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

background-color css

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

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

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

border-color css

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

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

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