Html Css Color HEX #004110 British Racing Green

📋 copy color: '#004110'

red 0 ◦ green 65 ◦ blue 16

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

Shades of British Racing Green #004110

Tints of British Racing Green #004110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 80.25%

 BLUE value IS 16 (6.64% from 255) = 19.75%

R = 0%
G = 80.25%
B = 19.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#004110 (or 0x004110) is known color: British Racing Green. HEX triplet: 00, 41 and 10. RGB value is (0,65,16). Sum of RGB (Red+Green+Blue) = 0+65+16=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 65 (25.78% from 255 or 80.25% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 65 - color contains mainly: green. Hex color #004110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004110 is #FFBEEF. Grayscale: #282828. Windows color (decimal): -16760560 or 1065216. OLE color: 1065216.

HSL color Cylindrical-coordinate representation of color #004110: hue angle of 134.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004110 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 65 16 -
CMYK 1 0 0.75 0.75
HSL 134.77º 1% 0.13% -
HSV(B) 134.77º 1% 0.25% -
XYZ 1.98 3.82 1.12 -
YUV 39.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 0 65 16 1 0 0.75 0.75 134.77 1 0.13
Hex 0 41 10 64 0 4B 4B 87 64 D
Octal 0 101 20 144 0 113 113 207 144 15
Binary 0 1000001 10000 1100100 0 1001011 1001011 10000111 1100100 1101

Color Harmonies of #004110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004110

Black with #004110

Text Example


Text Example

White with #004110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004110; }

 p { color: rgb(0,65,16); }

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

background-color css

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

 a { background-color: rgb(0,65,16); }

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

border-color css

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

 span { border-color: rgb(0,65,16); }

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