Html Css Color HEX #095425 Crusoe

📋 copy color: '#095425'

red 9 ◦ green 84 ◦ blue 37

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

Shades of Crusoe #095425

Tints of Crusoe #095425

RGB

 RED value IS 9 (3.91% from 255) = 6.92%

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

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

R = 6.92%
G = 64.62%
B = 28.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#095425 (or 0x095425) is known color: Crusoe. HEX triplet: 09, 54 and 25. RGB value is (9,84,37). Sum of RGB (Red+Green+Blue) = 9+84+37=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 84 (33.20% from 255 or 64.62% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 84 - color contains mainly: green. Hex color #095425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095425 is #F6ABDA. Grayscale: #383838. Windows color (decimal): -16165851 or 2446345. OLE color: 2446345.

HSL color Cylindrical-coordinate representation of color #095425: hue angle of 142.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095425 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 84 37 -
CMYK 0.89 0 0.56 0.67
HSL 142.4º 0.81% 0.18% -
HSV(B) 142.4º 0.89% 0.33% -
XYZ 3.62 6.53 2.82 -
YUV 56.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 9 84 37 0.89 0 0.56 0.67 142.4 0.81 0.18
Hex 9 54 25 59 0 38 43 8E 51 12
Octal 11 124 45 131 0 70 103 216 121 22
Binary 1001 1010100 100101 1011001 0 111000 1000011 10001110 1010001 10010

Color Harmonies of #095425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095425

Black with #095425

Text Example


Text Example

White with #095425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095425; }

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

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

background-color css

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

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

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

border-color css

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

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

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