Html Css Color HEX #04531A British Racing Green

📋 copy color: '#04531A'

red 4 ◦ green 83 ◦ blue 26

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

Shades of British Racing Green #04531A

Tints of British Racing Green #04531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 3.54%
G = 73.45%
B = 23.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#04531A (or 0x04531A) is known color: British Racing Green. HEX triplet: 04, 53 and 1A. RGB value is (4,83,26). Sum of RGB (Red+Green+Blue) = 4+83+26=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #04531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04531A is #FBACE5. Grayscale: #353535. Windows color (decimal): -16493798 or 1725188. OLE color: 1725188.

HSL color Cylindrical-coordinate representation of color #04531A: hue angle of 136.71º 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 #04531A is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 83 26 -
CMYK 0.95 0 0.69 0.67
HSL 136.71º 0.91% 0.17% -
HSV(B) 136.71º 0.95% 0.33% -
XYZ 3.33 6.29 2.02 -
YUV 52.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 4 83 26 0.95 0 0.69 0.67 136.71 0.91 0.17
Hex 4 53 1A 5F 0 45 43 89 5B 11
Octal 4 123 32 137 0 105 103 211 133 21
Binary 100 1010011 11010 1011111 0 1000101 1000011 10001001 1011011 10001

Color Harmonies of #04531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04531A

Black with #04531A

Text Example


Text Example

White with #04531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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