Html Css Color HEX #004526 British Racing Green

📋 copy color: '#004526'

red 0 ◦ green 69 ◦ blue 38

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

Shades of British Racing Green #004526

Tints of British Racing Green #004526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 35.51%

R = 0%
G = 64.49%
B = 35.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#004526 (or 0x004526) is known color: British Racing Green. HEX triplet: 00, 45 and 26. RGB value is (0,69,38). Sum of RGB (Red+Green+Blue) = 0+69+38=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #004526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004526 is #FFBAD9. Grayscale: #2C2C2C. Windows color (decimal): -16759514 or 2508032. OLE color: 2508032.

HSL color Cylindrical-coordinate representation of color #004526: hue angle of 153.04º 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 #004526 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 69 38 -
CMYK 1 0 0.45 0.73
HSL 153.04º 1% 0.14% -
HSV(B) 153.04º 1% 0.27% -
XYZ 2.48 4.4 2.55 -
YUV 44.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 0 69 38 1 0 0.45 0.73 153.04 1 0.14
Hex 0 45 26 64 0 2D 49 99 64 E
Octal 0 105 46 144 0 55 111 231 144 16
Binary 0 1000101 100110 1100100 0 101101 1001001 10011001 1100100 1110

Color Harmonies of #004526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004526

Black with #004526

Text Example


Text Example

White with #004526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004526; }

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

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

background-color css

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

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

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

border-color css

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

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

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