Html Css Color HEX #097128 Crusoe

📋 copy color: '#097128'

red 9 ◦ green 113 ◦ blue 40

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

Shades of Crusoe #097128

Tints of Crusoe #097128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 69.75%

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

R = 5.56%
G = 69.75%
B = 24.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#097128 (or 0x097128) is known color: Crusoe. HEX triplet: 09, 71 and 28. RGB value is (9,113,40). Sum of RGB (Red+Green+Blue) = 9+113+40=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #097128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097128 is #F68ED7. Grayscale: #494949. Windows color (decimal): -16158424 or 2650377. OLE color: 2650377.

HSL color Cylindrical-coordinate representation of color #097128: hue angle of 137.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097128 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 113 40 -
CMYK 0.92 0 0.65 0.56
HSL 137.88º 0.85% 0.24% -
HSV(B) 137.88º 0.92% 0.44% -
XYZ 6.4 12.02 3.99 -
YUV 73.58 109.04 81.94 -
System Red Green Blue C M Y K H S L
Decimal 9 113 40 0.92 0 0.65 0.56 137.88 0.85 0.24
Hex 9 71 28 5C 0 41 38 8A 55 18
Octal 11 161 50 134 0 101 70 212 125 30
Binary 1001 1110001 101000 1011100 0 1000001 111000 10001010 1010101 11000

Color Harmonies of #097128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097128

Black with #097128

Text Example


Text Example

White with #097128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097128; }

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

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

background-color css

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

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

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

border-color css

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

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

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