Html Css Color HEX #097129 Crusoe

📋 copy color: '#097129'

red 9 ◦ green 113 ◦ blue 41

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

Shades of Crusoe #097129

Tints of Crusoe #097129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 5.52%
G = 69.33%
B = 25.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#097129 (or 0x097129) is known color: Crusoe. HEX triplet: 09, 71 and 29. RGB value is (9,113,41). Sum of RGB (Red+Green+Blue) = 9+113+41=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #097129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097129 is #F68ED6. Grayscale: #494949. Windows color (decimal): -16158423 or 2715913. OLE color: 2715913.

HSL color Cylindrical-coordinate representation of color #097129: hue angle of 138.46º 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 #097129 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 113 41 -
CMYK 0.92 0 0.64 0.56
HSL 138.46º 0.85% 0.24% -
HSV(B) 138.46º 0.92% 0.44% -
XYZ 6.42 12.03 4.08 -
YUV 73.7 109.54 81.85 -
System Red Green Blue C M Y K H S L
Decimal 9 113 41 0.92 0 0.64 0.56 138.46 0.85 0.24
Hex 9 71 29 5C 0 40 38 8A 55 18
Octal 11 161 51 134 0 100 70 212 125 30
Binary 1001 1110001 101001 1011100 0 1000000 111000 10001010 1010101 11000

Color Harmonies of #097129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097129

Black with #097129

Text Example


Text Example

White with #097129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097129; }

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

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

background-color css

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

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

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

border-color css

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

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

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