Html Css Color HEX #04532D British Racing Green

📋 copy color: '#04532D'

red 4 ◦ green 83 ◦ blue 45

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

Shades of British Racing Green #04532D

Tints of British Racing Green #04532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.09%

R = 3.03%
G = 62.88%
B = 34.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#04532D (or 0x04532D) is known color: British Racing Green. HEX triplet: 04, 53 and 2D. RGB value is (4,83,45). Sum of RGB (Red+Green+Blue) = 4+83+45=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #04532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04532D is #FBACD2. Grayscale: #373737. Windows color (decimal): -16493779 or 2970372. OLE color: 2970372.

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

Color convert

RGB 4 83 45 -
CMYK 0.95 0 0.46 0.67
HSL 151.14º 0.91% 0.17% -
HSV(B) 151.14º 0.95% 0.33% -
XYZ 3.62 6.4 3.53 -
YUV 55.05 122.33 91.59 -
System Red Green Blue C M Y K H S L
Decimal 4 83 45 0.95 0 0.46 0.67 151.14 0.91 0.17
Hex 4 53 2D 5F 0 2E 43 97 5B 11
Octal 4 123 55 137 0 56 103 227 133 21
Binary 100 1010011 101101 1011111 0 101110 1000011 10010111 1011011 10001

Color Harmonies of #04532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04532D

Black with #04532D

Text Example


Text Example

White with #04532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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