#093820

Color #093820 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #093820

Tints of British Racing Green #093820

Color information

#093820 (or 0x093820) is unknown color: approx British Racing Green. HEX triplet: 09, 38 and 20. RGB value is (9,56,32). Sum of RGB (Red+Green+Blue) = 9+56+32=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #093820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093820 is #F6C7DF. Grayscale: #272727. Windows color (decimal): -16173024 or 2111497. OLE color: 2111497.

HSL color Cylindrical-coordinate representation of color #093820: hue angle of 149.36º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093820 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB95632-
CMYK0.8400.430.78
HSL149.36º72.31%12.75%-
HSV(B)149.36º83.93%21.96%-
XYZ1.792.991.85-
YUV39.21123.93106.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 56 (22.27% from 255) = 57.73%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=9.28%
G=57.73%
B=32.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956320.8400.430.78149.3672.3112.75
Hex938205402B4E9548d
Octal11704012405311622511015
Binary10011110001000001010100010101110011101001010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093820; }

 p { color: rgb(9,56,32); }

 H1.HeaderClassName
 {
   color: #093820;
 }
 .AnyTagClassName
 {
   color: #093820;
 }
</style>
background-color css

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

 a { background-color: rgb(9,56,32); }

 div.DivClassName
 {
   background-color: #093820;
 }
 .BgClassName
 {
   background-color: #093820;
 }
</style>
border-color css

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

 span { border-color: rgb(9,56,32); }

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