Html Css Color HEX #004535 British Racing Green

📋 copy color: '#004535'

red 0 ◦ green 69 ◦ blue 53

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

Shades of British Racing Green #004535

Tints of British Racing Green #004535

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 53 (21.09% from 255) = 43.44%

R = 0%
G = 56.56%
B = 43.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#004535 (or 0x004535) is known color: British Racing Green. HEX triplet: 00, 45 and 35. RGB value is (0,69,53). Sum of RGB (Red+Green+Blue) = 0+69+53=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #004535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004535 is #FFBACA. Grayscale: #2E2E2E. Windows color (decimal): -16759499 or 3491072. OLE color: 3491072.

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

Color convert

RGB 0 69 53 -
CMYK 1 0 0.23 0.73
HSL 166.09º 1% 0.14% -
HSV(B) 166.09º 1% 0.27% -
XYZ 2.77 4.51 4.09 -
YUV 46.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 0 69 53 1 0 0.23 0.73 166.09 1 0.14
Hex 0 45 35 64 0 17 49 A6 64 E
Octal 0 105 65 144 0 27 111 246 144 16
Binary 0 1000101 110101 1100100 0 10111 1001001 10100110 1100100 1110

Color Harmonies of #004535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004535

Black with #004535

Text Example


Text Example

White with #004535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004535; }

 p { color: rgb(0,69,53); }

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

background-color css

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

 a { background-color: rgb(0,69,53); }

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

border-color css

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

 span { border-color: rgb(0,69,53); }

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