Html Css Color HEX #09501C Crusoe

📋 copy color: '#09501C'

red 9 ◦ green 80 ◦ blue 28

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

Shades of Crusoe #09501C

Tints of Crusoe #09501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 7.69%
G = 68.38%
B = 23.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#09501C (or 0x09501C) is known color: Crusoe. HEX triplet: 09, 50 and 1C. RGB value is (9,80,28). Sum of RGB (Red+Green+Blue) = 9+80+28=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #09501C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09501C is #F6AFE3. Grayscale: #343434. Windows color (decimal): -16166884 or 1855497. OLE color: 1855497.

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

Color convert

RGB 9 80 28 -
CMYK 0.89 0 0.65 0.69
HSL 136.06º 0.8% 0.17% -
HSV(B) 136.06º 0.89% 0.31% -
XYZ 3.19 5.88 2.07 -
YUV 52.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 9 80 28 0.89 0 0.65 0.69 136.06 0.8 0.17
Hex 9 50 1C 59 0 41 45 88 50 11
Octal 11 120 34 131 0 101 105 210 120 21
Binary 1001 1010000 11100 1011001 0 1000001 1000101 10001000 1010000 10001

Color Harmonies of #09501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09501C

Black with #09501C

Text Example


Text Example

White with #09501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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