Html Css Color HEX #09531D Crusoe

📋 copy color: '#09531D'

red 9 ◦ green 83 ◦ blue 29

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

Shades of Crusoe #09531D

Tints of Crusoe #09531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.97%

R = 7.44%
G = 68.6%
B = 23.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#09531D (or 0x09531D) is known color: Crusoe. HEX triplet: 09, 53 and 1D. RGB value is (9,83,29). Sum of RGB (Red+Green+Blue) = 9+83+29=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #09531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09531D is #F6ACE2. Grayscale: #363636. Windows color (decimal): -16166115 or 1921801. OLE color: 1921801.

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

Color convert

RGB 9 83 29 -
CMYK 0.89 0 0.65 0.67
HSL 136.22º 0.8% 0.18% -
HSV(B) 136.22º 0.89% 0.33% -
XYZ 3.43 6.33 2.2 -
YUV 54.72 113.48 95.39 -
System Red Green Blue C M Y K H S L
Decimal 9 83 29 0.89 0 0.65 0.67 136.22 0.8 0.18
Hex 9 53 1D 59 0 41 43 88 50 12
Octal 11 123 35 131 0 101 103 210 120 22
Binary 1001 1010011 11101 1011001 0 1000001 1000011 10001000 1010000 10010

Color Harmonies of #09531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09531D

Black with #09531D

Text Example


Text Example

White with #09531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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