Html Css Color HEX #045327 British Racing Green

📋 copy color: '#045327'

red 4 ◦ green 83 ◦ blue 39

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

Shades of British Racing Green #045327

Tints of British Racing Green #045327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.95%

R = 3.17%
G = 65.87%
B = 30.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#045327 (or 0x045327) is known color: British Racing Green. HEX triplet: 04, 53 and 27. RGB value is (4,83,39). Sum of RGB (Red+Green+Blue) = 4+83+39=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #045327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045327 is #FBACD8. Grayscale: #363636. Windows color (decimal): -16493785 or 2577156. OLE color: 2577156.

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

Color convert

RGB 4 83 39 -
CMYK 0.95 0 0.53 0.67
HSL 146.58º 0.91% 0.17% -
HSV(B) 146.58º 0.95% 0.33% -
XYZ 3.51 6.36 2.96 -
YUV 54.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 4 83 39 0.95 0 0.53 0.67 146.58 0.91 0.17
Hex 4 53 27 5F 0 35 43 93 5B 11
Octal 4 123 47 137 0 65 103 223 133 21
Binary 100 1010011 100111 1011111 0 110101 1000011 10010011 1011011 10001

Color Harmonies of #045327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045327

Black with #045327

Text Example


Text Example

White with #045327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045327; }

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

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

background-color css

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

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

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

border-color css

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

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

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