Html Css Color HEX #09532E Crusoe

📋 copy color: '#09532E'

red 9 ◦ green 83 ◦ blue 46

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

Shades of Crusoe #09532E

Tints of Crusoe #09532E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.33%

R = 6.52%
G = 60.14%
B = 33.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#09532E (or 0x09532E) is known color: Crusoe. HEX triplet: 09, 53 and 2E. RGB value is (9,83,46). Sum of RGB (Red+Green+Blue) = 9+83+46=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #09532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09532E is #F6ACD1. Grayscale: #383838. Windows color (decimal): -16166098 or 3035913. OLE color: 3035913.

HSL color Cylindrical-coordinate representation of color #09532E: hue angle of 150º 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 #09532E is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 46 -
CMYK 0.89 0 0.45 0.67
HSL 150º 0.8% 0.18% -
HSV(B) 150º 0.89% 0.33% -
XYZ 3.7 6.44 3.63 -
YUV 56.66 121.98 94.01 -
System Red Green Blue C M Y K H S L
Decimal 9 83 46 0.89 0 0.45 0.67 150 0.8 0.18
Hex 9 53 2E 59 0 2D 43 96 50 12
Octal 11 123 56 131 0 55 103 226 120 22
Binary 1001 1010011 101110 1011001 0 101101 1000011 10010110 1010000 10010

Color Harmonies of #09532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09532E

Black with #09532E

Text Example


Text Example

White with #09532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09532E; }

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

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

background-color css

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

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

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

border-color css

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

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

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