Html Css Color HEX #045334 British Racing Green

📋 copy color: '#045334'

red 4 ◦ green 83 ◦ blue 52

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

Shades of British Racing Green #045334

Tints of British Racing Green #045334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.41%

R = 2.88%
G = 59.71%
B = 37.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#045334 (or 0x045334) is known color: British Racing Green. HEX triplet: 04, 53 and 34. RGB value is (4,83,52). Sum of RGB (Red+Green+Blue) = 4+83+52=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #045334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045334 is #FBACCB. Grayscale: #373737. Windows color (decimal): -16493772 or 3429124. OLE color: 3429124.

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

Color convert

RGB 4 83 52 -
CMYK 0.95 0 0.37 0.67
HSL 156.46º 0.91% 0.17% -
HSV(B) 156.46º 0.95% 0.33% -
XYZ 3.76 6.46 4.3 -
YUV 55.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 4 83 52 0.95 0 0.37 0.67 156.46 0.91 0.17
Hex 4 53 34 5F 0 25 43 9C 5B 11
Octal 4 123 64 137 0 45 103 234 133 21
Binary 100 1010011 110100 1011111 0 100101 1000011 10011100 1011011 10001

Color Harmonies of #045334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045334

Black with #045334

Text Example


Text Example

White with #045334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045334; }

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

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

background-color css

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

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

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

border-color css

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

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

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