Html Css Color HEX #04552D British Racing Green

📋 copy color: '#04552D'

red 4 ◦ green 85 ◦ blue 45

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

Shades of British Racing Green #04552D

Tints of British Racing Green #04552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 63.43%

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

R = 2.99%
G = 63.43%
B = 33.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#04552D (or 0x04552D) is known color: British Racing Green. HEX triplet: 04, 55 and 2D. RGB value is (4,85,45). Sum of RGB (Red+Green+Blue) = 4+85+45=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #04552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04552D is #FBAAD2. Grayscale: #383838. Windows color (decimal): -16493267 or 2970884. OLE color: 2970884.

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

Color convert

RGB 4 85 45 -
CMYK 0.95 0 0.47 0.67
HSL 150.37º 0.91% 0.17% -
HSV(B) 150.37º 0.95% 0.33% -
XYZ 3.77 6.71 3.58 -
YUV 56.22 121.66 90.75 -
System Red Green Blue C M Y K H S L
Decimal 4 85 45 0.95 0 0.47 0.67 150.37 0.91 0.17
Hex 4 55 2D 5F 0 2F 43 96 5B 11
Octal 4 125 55 137 0 57 103 226 133 21
Binary 100 1010101 101101 1011111 0 101111 1000011 10010110 1011011 10001

Color Harmonies of #04552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04552D

Black with #04552D

Text Example


Text Example

White with #04552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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