Html Css Color HEX #09592A Crusoe

📋 copy color: '#09592A'

red 9 ◦ green 89 ◦ blue 42

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

Shades of Crusoe #09592A

Tints of Crusoe #09592A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30%

R = 6.43%
G = 63.57%
B = 30%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#09592A (or 0x09592A) is known color: Crusoe. HEX triplet: 09, 59 and 2A. RGB value is (9,89,42). Sum of RGB (Red+Green+Blue) = 9+89+42=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #09592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09592A is #F6A6D5. Grayscale: #3B3B3B. Windows color (decimal): -16164566 or 2775305. OLE color: 2775305.

HSL color Cylindrical-coordinate representation of color #09592A: hue angle of 144.75º 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 #09592A is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 42 -
CMYK 0.90 0 0.53 0.65
HSL 144.75º 0.82% 0.19% -
HSV(B) 144.75º 0.9% 0.35% -
XYZ 4.1 7.37 3.4 -
YUV 59.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 9 89 42 0.90 0 0.53 0.65 144.75 0.82 0.19
Hex 9 59 2A 5A 0 35 41 91 52 13
Octal 11 131 52 132 0 65 101 221 122 23
Binary 1001 1011001 101010 1011010 0 110101 1000001 10010001 1010010 10011

Color Harmonies of #09592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09592A

Black with #09592A

Text Example


Text Example

White with #09592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09592A; }

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

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

background-color css

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

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

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

border-color css

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

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

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