Html Css Color HEX #09501D Crusoe

📋 copy color: '#09501D'

red 9 ◦ green 80 ◦ blue 29

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

Shades of Crusoe #09501D

Tints of Crusoe #09501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 67.8%

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

R = 7.63%
G = 67.8%
B = 24.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#09501D (or 0x09501D) is known color: Crusoe. HEX triplet: 09, 50 and 1D. RGB value is (9,80,29). Sum of RGB (Red+Green+Blue) = 9+80+29=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #09501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09501D is #F6AFE2. Grayscale: #353535. Windows color (decimal): -16166883 or 1921033. OLE color: 1921033.

HSL color Cylindrical-coordinate representation of color #09501D: hue angle of 136.9º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09501D is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 29 -
CMYK 0.89 0 0.64 0.69
HSL 136.9º 0.8% 0.17% -
HSV(B) 136.9º 0.89% 0.31% -
XYZ 3.2 5.88 2.13 -
YUV 52.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 9 80 29 0.89 0 0.64 0.69 136.9 0.8 0.17
Hex 9 50 1D 59 0 40 45 89 50 11
Octal 11 120 35 131 0 100 105 211 120 21
Binary 1001 1010000 11101 1011001 0 1000000 1000101 10001001 1010000 10001

Color Harmonies of #09501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09501D

Black with #09501D

Text Example


Text Example

White with #09501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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