Html Css Color HEX #095928 Crusoe

📋 copy color: '#095928'

red 9 ◦ green 89 ◦ blue 40

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

Shades of Crusoe #095928

Tints of Crusoe #095928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 64.49%

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

R = 6.52%
G = 64.49%
B = 28.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#095928 (or 0x095928) is known color: Crusoe. HEX triplet: 09, 59 and 28. RGB value is (9,89,40). Sum of RGB (Red+Green+Blue) = 9+89+40=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 89 (35.16% from 255 or 64.49% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 89 - color contains mainly: green. Hex color #095928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095928 is #F6A6D7. Grayscale: #3B3B3B. Windows color (decimal): -16164568 or 2644233. OLE color: 2644233.

HSL color Cylindrical-coordinate representation of color #095928: hue angle of 143.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095928 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 40 -
CMYK 0.90 0 0.55 0.65
HSL 143.25º 0.82% 0.19% -
HSV(B) 143.25º 0.9% 0.35% -
XYZ 4.07 7.36 3.21 -
YUV 59.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 9 89 40 0.90 0 0.55 0.65 143.25 0.82 0.19
Hex 9 59 28 5A 0 37 41 8F 52 13
Octal 11 131 50 132 0 67 101 217 122 23
Binary 1001 1011001 101000 1011010 0 110111 1000001 10001111 1010010 10011

Color Harmonies of #095928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095928

Black with #095928

Text Example


Text Example

White with #095928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095928; }

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

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

background-color css

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

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

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

border-color css

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

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

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