Html Css Color HEX #093820 British Racing Green

📋 copy color: '#093820'

red 9 ◦ green 56 ◦ blue 32

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

Shades of British Racing Green #093820

Tints of British Racing Green #093820

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 value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#093820 (or 0x093820) is known color: 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

RGB 9 56 32 -
CMYK 0.84 0 0.43 0.78
HSL 149.36º 0.72% 0.13% -
HSV(B) 149.36º 0.84% 0.22% -
XYZ 1.79 2.99 1.85 -
YUV 39.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 9 56 32 0.84 0 0.43 0.78 149.36 0.72 0.13
Hex 9 38 20 54 0 2B 4E 95 48 D
Octal 11 70 40 124 0 53 116 225 110 15
Binary 1001 111000 100000 1010100 0 101011 1001110 10010101 1001000 1101

Color Harmonies of #093820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093820

Black with #093820

Text Example


Text Example

White with #093820

Text Example


Text Example

HTML Codes & Css Web 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>