Html Css Color HEX #09531F Crusoe

📋 copy color: '#09531F'

red 9 ◦ green 83 ◦ blue 31

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

Shades of Crusoe #09531F

Tints of Crusoe #09531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 67.48%

 BLUE value IS 31 (12.5% from 255) = 25.2%

R = 7.32%
G = 67.48%
B = 25.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#09531F (or 0x09531F) is known color: Crusoe. HEX triplet: 09, 53 and 1F. RGB value is (9,83,31). Sum of RGB (Red+Green+Blue) = 9+83+31=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #09531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09531F is #F6ACE0. Grayscale: #373737. Windows color (decimal): -16166113 or 2052873. OLE color: 2052873.

HSL color Cylindrical-coordinate representation of color #09531F: hue angle of 137.84º degrees, saturation: 0.8, 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 #09531F is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 31 -
CMYK 0.89 0 0.63 0.67
HSL 137.84º 0.8% 0.18% -
HSV(B) 137.84º 0.89% 0.33% -
XYZ 3.45 6.34 2.34 -
YUV 54.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 9 83 31 0.89 0 0.63 0.67 137.84 0.8 0.18
Hex 9 53 1F 59 0 3F 43 8A 50 12
Octal 11 123 37 131 0 77 103 212 120 22
Binary 1001 1010011 11111 1011001 0 111111 1000011 10001010 1010000 10010

Color Harmonies of #09531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09531F

Black with #09531F

Text Example


Text Example

White with #09531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09531F; }

 p { color: rgb(9,83,31); }

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

background-color css

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

 a { background-color: rgb(9,83,31); }

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

border-color css

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

 span { border-color: rgb(9,83,31); }

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