Html Css Color HEX #053818 British Racing Green

📋 copy color: '#053818'

red 5 ◦ green 56 ◦ blue 24

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

Shades of British Racing Green #053818

Tints of British Racing Green #053818

RGB

 RED value IS 5 (2.34% from 255) = 5.88%

 GREEN value IS 56 (22.27% from 255) = 65.88%

 BLUE value IS 24 (9.77% from 255) = 28.24%

R = 5.88%
G = 65.88%
B = 28.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#053818 (or 0x053818) is known color: British Racing Green. HEX triplet: 05, 38 and 18. RGB value is (5,56,24). Sum of RGB (Red+Green+Blue) = 5+56+24=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #053818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053818 is #FAC7E7. Grayscale: #252525. Windows color (decimal): -16435176 or 1587205. OLE color: 1587205.

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

Color convert

RGB 5 56 24 -
CMYK 0.91 0 0.57 0.78
HSL 142.35º 0.84% 0.12% -
HSV(B) 142.35º 0.91% 0.22% -
XYZ 1.64 2.93 1.34 -
YUV 37.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 5 56 24 0.91 0 0.57 0.78 142.35 0.84 0.12
Hex 5 38 18 5B 0 39 4E 8E 54 C
Octal 5 70 30 133 0 71 116 216 124 14
Binary 101 111000 11000 1011011 0 111001 1001110 10001110 1010100 1100

Color Harmonies of #053818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053818

Black with #053818

Text Example


Text Example

White with #053818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053818; }

 p { color: rgb(5,56,24); }

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

background-color css

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

 a { background-color: rgb(5,56,24); }

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

border-color css

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

 span { border-color: rgb(5,56,24); }

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