Html Css Color HEX #04531E British Racing Green

📋 copy color: '#04531E'

red 4 ◦ green 83 ◦ blue 30

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

Shades of British Racing Green #04531E

Tints of British Racing Green #04531E

RGB

 RED value IS 4 (1.95% from 255) = 3.42%

 GREEN value IS 83 (32.81% from 255) = 70.94%

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 3.42%
G = 70.94%
B = 25.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#04531E (or 0x04531E) is known color: British Racing Green. HEX triplet: 04, 53 and 1E. RGB value is (4,83,30). Sum of RGB (Red+Green+Blue) = 4+83+30=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #04531E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04531E is #FBACE1. Grayscale: #353535. Windows color (decimal): -16493794 or 1987332. OLE color: 1987332.

HSL color Cylindrical-coordinate representation of color #04531E: hue angle of 139.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04531E is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 83 30 -
CMYK 0.95 0 0.64 0.67
HSL 139.75º 0.91% 0.17% -
HSV(B) 139.75º 0.95% 0.33% -
XYZ 3.38 6.31 2.27 -
YUV 53.34 114.83 92.81 -
System Red Green Blue C M Y K H S L
Decimal 4 83 30 0.95 0 0.64 0.67 139.75 0.91 0.17
Hex 4 53 1E 5F 0 40 43 8C 5B 11
Octal 4 123 36 137 0 100 103 214 133 21
Binary 100 1010011 11110 1011111 0 1000000 1000011 10001100 1011011 10001

Color Harmonies of #04531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04531E

Black with #04531E

Text Example


Text Example

White with #04531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04531E; }

 p { color: rgb(4,83,30); }

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

background-color css

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

 a { background-color: rgb(4,83,30); }

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

border-color css

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

 span { border-color: rgb(4,83,30); }

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