Html Css Color HEX #095428 Crusoe

📋 copy color: '#095428'

red 9 ◦ green 84 ◦ blue 40

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

Shades of Crusoe #095428

Tints of Crusoe #095428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 6.77%
G = 63.16%
B = 30.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#095428 (or 0x095428) is known color: Crusoe. HEX triplet: 09, 54 and 28. RGB value is (9,84,40). Sum of RGB (Red+Green+Blue) = 9+84+40=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #095428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095428 is #F6ABD7. Grayscale: #383838. Windows color (decimal): -16165848 or 2642953. OLE color: 2642953.

HSL color Cylindrical-coordinate representation of color #095428: hue angle of 144.8º 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 #095428 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 84 40 -
CMYK 0.89 0 0.52 0.67
HSL 144.8º 0.81% 0.18% -
HSV(B) 144.8º 0.89% 0.33% -
XYZ 3.67 6.55 3.08 -
YUV 56.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 9 84 40 0.89 0 0.52 0.67 144.8 0.81 0.18
Hex 9 54 28 59 0 34 43 91 51 12
Octal 11 124 50 131 0 64 103 221 121 22
Binary 1001 1010100 101000 1011001 0 110100 1000011 10010001 1010001 10010

Color Harmonies of #095428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095428

Black with #095428

Text Example


Text Example

White with #095428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095428; }

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

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

background-color css

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

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

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

border-color css

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

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

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