Html Css Color HEX #053E25 British Racing Green

📋 copy color: '#053E25'

red 5 ◦ green 62 ◦ blue 37

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

Shades of British Racing Green #053E25

Tints of British Racing Green #053E25

RGB

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

 GREEN value IS 62 (24.61% from 255) = 59.62%

 BLUE value IS 37 (14.84% from 255) = 35.58%

R = 4.81%
G = 59.62%
B = 35.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.76

RGB Variations

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

Color information

#053E25 (or 0x053E25) is known color: British Racing Green. HEX triplet: 05, 3E and 25. RGB value is (5,62,37). Sum of RGB (Red+Green+Blue) = 5+62+37=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 62 (24.61% from 255 or 59.62% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 62 - color contains mainly: green. Hex color #053E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E25 is #FAC1DA. Grayscale: #2A2A2A. Windows color (decimal): -16433627 or 2440709. OLE color: 2440709.

HSL color Cylindrical-coordinate representation of color #053E25: hue angle of 153.68º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053E25 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 62 37 -
CMYK 0.92 0 0.40 0.76
HSL 153.68º 0.85% 0.13% -
HSV(B) 153.68º 0.92% 0.24% -
XYZ 2.12 3.61 2.34 -
YUV 42.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 5 62 37 0.92 0 0.40 0.76 153.68 0.85 0.13
Hex 5 3E 25 5C 0 28 4C 9A 55 D
Octal 5 76 45 134 0 50 114 232 125 15
Binary 101 111110 100101 1011100 0 101000 1001100 10011010 1010101 1101

Color Harmonies of #053E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E25

Black with #053E25

Text Example


Text Example

White with #053E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053E25; }

 p { color: rgb(5,62,37); }

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

background-color css

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

 a { background-color: rgb(5,62,37); }

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

border-color css

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

 span { border-color: rgb(5,62,37); }

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