Html Css Color HEX #04532F British Racing Green

📋 copy color: '#04532F'

red 4 ◦ green 83 ◦ blue 47

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

Shades of British Racing Green #04532F

Tints of British Racing Green #04532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 35.07%

R = 2.99%
G = 61.94%
B = 35.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#04532F (or 0x04532F) is known color: British Racing Green. HEX triplet: 04, 53 and 2F. RGB value is (4,83,47). Sum of RGB (Red+Green+Blue) = 4+83+47=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #04532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04532F is #FBACD0. Grayscale: #373737. Windows color (decimal): -16493777 or 3101444. OLE color: 3101444.

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

Color convert

RGB 4 83 47 -
CMYK 0.95 0 0.43 0.67
HSL 152.66º 0.91% 0.17% -
HSV(B) 152.66º 0.95% 0.33% -
XYZ 3.66 6.42 3.74 -
YUV 55.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 4 83 47 0.95 0 0.43 0.67 152.66 0.91 0.17
Hex 4 53 2F 5F 0 2B 43 99 5B 11
Octal 4 123 57 137 0 53 103 231 133 21
Binary 100 1010011 101111 1011111 0 101011 1000011 10011001 1011011 10001

Color Harmonies of #04532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04532F

Black with #04532F

Text Example


Text Example

White with #04532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04532F; }

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

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

background-color css

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

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

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

border-color css

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

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

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