Html Css Color HEX #044534 British Racing Green

📋 copy color: '#044534'

red 4 ◦ green 69 ◦ blue 52

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

Shades of British Racing Green #044534

Tints of British Racing Green #044534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.2%

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

R = 3.2%
G = 55.2%
B = 41.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#044534 (or 0x044534) is known color: British Racing Green. HEX triplet: 04, 45 and 34. RGB value is (4,69,52). Sum of RGB (Red+Green+Blue) = 4+69+52=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #044534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044534 is #FBBACB. Grayscale: #2F2F2F. Windows color (decimal): -16497356 or 3425540. OLE color: 3425540.

HSL color Cylindrical-coordinate representation of color #044534: hue angle of 164.31º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044534 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 69 52 -
CMYK 0.94 0 0.25 0.73
HSL 164.31º 0.89% 0.14% -
HSV(B) 164.31º 0.94% 0.27% -
XYZ 2.8 4.53 3.98 -
YUV 47.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 4 69 52 0.94 0 0.25 0.73 164.31 0.89 0.14
Hex 4 45 34 5E 0 19 49 A4 59 E
Octal 4 105 64 136 0 31 111 244 131 16
Binary 100 1000101 110100 1011110 0 11001 1001001 10100100 1011001 1110

Color Harmonies of #044534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044534

Black with #044534

Text Example


Text Example

White with #044534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044534; }

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

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

background-color css

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

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

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

border-color css

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

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

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