Html Css Color HEX #09532B Crusoe

📋 copy color: '#09532B'

red 9 ◦ green 83 ◦ blue 43

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

Shades of Crusoe #09532B

Tints of Crusoe #09532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.85%

R = 6.67%
G = 61.48%
B = 31.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#09532B (or 0x09532B) is known color: Crusoe. HEX triplet: 09, 53 and 2B. RGB value is (9,83,43). Sum of RGB (Red+Green+Blue) = 9+83+43=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #09532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09532B is #F6ACD4. Grayscale: #383838. Windows color (decimal): -16166101 or 2839305. OLE color: 2839305.

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

Color convert

RGB 9 83 43 -
CMYK 0.89 0 0.48 0.67
HSL 147.57º 0.8% 0.18% -
HSV(B) 147.57º 0.89% 0.33% -
XYZ 3.64 6.42 3.33 -
YUV 56.31 120.48 94.25 -
System Red Green Blue C M Y K H S L
Decimal 9 83 43 0.89 0 0.48 0.67 147.57 0.8 0.18
Hex 9 53 2B 59 0 30 43 94 50 12
Octal 11 123 53 131 0 60 103 224 120 22
Binary 1001 1010011 101011 1011001 0 110000 1000011 10010100 1010000 10010

Color Harmonies of #09532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09532B

Black with #09532B

Text Example


Text Example

White with #09532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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