Html Css Color HEX #053D25 British Racing Green

📋 copy color: '#053D25'

red 5 ◦ green 61 ◦ blue 37

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

Shades of British Racing Green #053D25

Tints of British Racing Green #053D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 59.22%

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

R = 4.85%
G = 59.22%
B = 35.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.76

RGB Variations

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

Color information

#053D25 (or 0x053D25) is known color: British Racing Green. HEX triplet: 05, 3D and 25. RGB value is (5,61,37). Sum of RGB (Red+Green+Blue) = 5+61+37=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #053D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D25 is #FAC2DA. Grayscale: #292929. Windows color (decimal): -16433883 or 2440453. OLE color: 2440453.

HSL color Cylindrical-coordinate representation of color #053D25: hue angle of 154.29º 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 #053D25 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 61 37 -
CMYK 0.92 0 0.39 0.76
HSL 154.29º 0.85% 0.13% -
HSV(B) 154.29º 0.92% 0.24% -
XYZ 2.07 3.5 2.32 -
YUV 41.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 5 61 37 0.92 0 0.39 0.76 154.29 0.85 0.13
Hex 5 3D 25 5C 0 27 4C 9A 55 D
Octal 5 75 45 134 0 47 114 232 125 15
Binary 101 111101 100101 1011100 0 100111 1001100 10011010 1010101 1101

Color Harmonies of #053D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D25

Black with #053D25

Text Example


Text Example

White with #053D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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