Html Css Color HEX #04532B British Racing Green

📋 copy color: '#04532B'

red 4 ◦ green 83 ◦ blue 43

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

Shades of British Racing Green #04532B

Tints of British Racing Green #04532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.08%

R = 3.08%
G = 63.85%
B = 33.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#04532B (or 0x04532B) is known color: British Racing Green. HEX triplet: 04, 53 and 2B. RGB value is (4,83,43). Sum of RGB (Red+Green+Blue) = 4+83+43=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #04532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04532B is #FBACD4. Grayscale: #363636. Windows color (decimal): -16493781 or 2839300. OLE color: 2839300.

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

Color convert

RGB 4 83 43 -
CMYK 0.95 0 0.48 0.67
HSL 149.62º 0.91% 0.17% -
HSV(B) 149.62º 0.95% 0.33% -
XYZ 3.58 6.39 3.33 -
YUV 54.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 4 83 43 0.95 0 0.48 0.67 149.62 0.91 0.17
Hex 4 53 2B 5F 0 30 43 96 5B 11
Octal 4 123 53 137 0 60 103 226 133 21
Binary 100 1010011 101011 1011111 0 110000 1000011 10010110 1011011 10001

Color Harmonies of #04532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04532B

Black with #04532B

Text Example


Text Example

White with #04532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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