#093924

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

Shades of British Racing Green #093924

Tints of British Racing Green #093924

Color information

#093924 (or 0x093924) is unknown color: approx British Racing Green. HEX triplet: 09, 39 and 24. RGB value is (9,57,36). Sum of RGB (Red+Green+Blue) = 9+57+36=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #093924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093924 is #F6C6DB. Grayscale: #282828. Windows color (decimal): -16172764 or 2373897. OLE color: 2373897.

HSL color Cylindrical-coordinate representation of color #093924: hue angle of 153.75º degrees, saturation: 0.73, 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 #093924 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB95736-
CMYK0.8400.370.78
HSL153.75º72.73%12.94%-
HSV(B)153.75º84.21%22.35%-
XYZ1.893.112.17-
YUV40.25125.6105.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=8.82%
G=55.88%
B=35.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957360.8400.370.78153.7572.7312.94
Hex93924540254E9a49d
Octal11714412404511623211115
Binary10011110011001001010100010010110011101001101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093924; }

 p { color: rgb(9,57,36); }

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

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

 a { background-color: rgb(9,57,36); }

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

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

 span { border-color: rgb(9,57,36); }

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