Html Css Color HEX #004316 British Racing Green

📋 copy color: '#004316'

red 0 ◦ green 67 ◦ blue 22

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

Shades of British Racing Green #004316

Tints of British Racing Green #004316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 75.28%

 BLUE value IS 22 (8.98% from 255) = 24.72%

R = 0%
G = 75.28%
B = 24.72%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#004316 (or 0x004316) is known color: British Racing Green. HEX triplet: 00, 43 and 16. RGB value is (0,67,22). Sum of RGB (Red+Green+Blue) = 0+67+22=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 67 (26.56% from 255 or 75.28% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 67 - color contains mainly: green. Hex color #004316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004316 is #FFBCE9. Grayscale: #292929. Windows color (decimal): -16760042 or 1458944. OLE color: 1458944.

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

Color convert

RGB 0 67 22 -
CMYK 1 0 0.67 0.74
HSL 139.7º 1% 0.13% -
HSV(B) 139.7º 1% 0.26% -
XYZ 2.15 4.07 1.43 -
YUV 41.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 0 67 22 1 0 0.67 0.74 139.7 1 0.13
Hex 0 43 16 64 0 43 4A 8C 64 D
Octal 0 103 26 144 0 103 112 214 144 15
Binary 0 1000011 10110 1100100 0 1000011 1001010 10001100 1100100 1101

Color Harmonies of #004316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004316

Black with #004316

Text Example


Text Example

White with #004316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004316; }

 p { color: rgb(0,67,22); }

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

background-color css

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

 a { background-color: rgb(0,67,22); }

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

border-color css

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

 span { border-color: rgb(0,67,22); }

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