Html Css Color HEX #04501B British Racing Green

📋 copy color: '#04501B'

red 4 ◦ green 80 ◦ blue 27

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

Shades of British Racing Green #04501B

Tints of British Racing Green #04501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 72.07%

 BLUE value IS 27 (10.94% from 255) = 24.32%

R = 3.6%
G = 72.07%
B = 24.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#04501B (or 0x04501B) is known color: British Racing Green. HEX triplet: 04, 50 and 1B. RGB value is (4,80,27). Sum of RGB (Red+Green+Blue) = 4+80+27=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #04501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04501B is #FBAFE4. Grayscale: #333333. Windows color (decimal): -16494565 or 1789956. OLE color: 1789956.

HSL color Cylindrical-coordinate representation of color #04501B: hue angle of 138.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04501B is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 27 -
CMYK 0.95 0 0.66 0.69
HSL 138.16º 0.9% 0.16% -
HSV(B) 138.16º 0.95% 0.31% -
XYZ 3.12 5.84 2 -
YUV 51.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 4 80 27 0.95 0 0.66 0.69 138.16 0.9 0.16
Hex 4 50 1B 5F 0 42 45 8A 5A 10
Octal 4 120 33 137 0 102 105 212 132 20
Binary 100 1010000 11011 1011111 0 1000010 1000101 10001010 1011010 10000

Color Harmonies of #04501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04501B

Black with #04501B

Text Example


Text Example

White with #04501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04501B; }

 p { color: rgb(4,80,27); }

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

background-color css

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

 a { background-color: rgb(4,80,27); }

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

border-color css

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

 span { border-color: rgb(4,80,27); }

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