Html Css Color HEX #085425 Crusoe

📋 copy color: '#085425'

red 8 ◦ green 84 ◦ blue 37

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

Shades of Crusoe #085425

Tints of Crusoe #085425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 65.12%

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 6.2%
G = 65.12%
B = 28.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#085425 (or 0x085425) is known color: Crusoe. HEX triplet: 08, 54 and 25. RGB value is (8,84,37). Sum of RGB (Red+Green+Blue) = 8+84+37=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #085425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085425 is #F7ABDA. Grayscale: #383838. Windows color (decimal): -16231387 or 2446344. OLE color: 2446344.

HSL color Cylindrical-coordinate representation of color #085425: hue angle of 142.89º degrees, saturation: 0.83, 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 #085425 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 37 -
CMYK 0.90 0 0.56 0.67
HSL 142.89º 0.83% 0.18% -
HSV(B) 142.89º 0.9% 0.33% -
XYZ 3.6 6.53 2.82 -
YUV 55.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 8 84 37 0.90 0 0.56 0.67 142.89 0.83 0.18
Hex 8 54 25 5A 0 38 43 8F 53 12
Octal 10 124 45 132 0 70 103 217 123 22
Binary 1000 1010100 100101 1011010 0 111000 1000011 10001111 1010011 10010

Color Harmonies of #085425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085425

Black with #085425

Text Example


Text Example

White with #085425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085425; }

 p { color: rgb(8,84,37); }

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

background-color css

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

 a { background-color: rgb(8,84,37); }

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

border-color css

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

 span { border-color: rgb(8,84,37); }

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