Html Css Color HEX #004334 British Racing Green

📋 copy color: '#004334'

red 0 ◦ green 67 ◦ blue 52

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

Shades of British Racing Green #004334

Tints of British Racing Green #004334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 43.7%

R = 0%
G = 56.3%
B = 43.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#004334 (or 0x004334) is known color: British Racing Green. HEX triplet: 00, 43 and 34. RGB value is (0,67,52). Sum of RGB (Red+Green+Blue) = 0+67+52=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #004334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004334 is #FFBCCB. Grayscale: #2D2D2D. Windows color (decimal): -16760012 or 3425024. OLE color: 3425024.

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

Color convert

RGB 0 67 52 -
CMYK 1 0 0.22 0.74
HSL 166.57º 1% 0.13% -
HSV(B) 166.57º 1% 0.26% -
XYZ 2.63 4.26 3.93 -
YUV 45.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 0 67 52 1 0 0.22 0.74 166.57 1 0.13
Hex 0 43 34 64 0 16 4A A7 64 D
Octal 0 103 64 144 0 26 112 247 144 15
Binary 0 1000011 110100 1100100 0 10110 1001010 10100111 1100100 1101

Color Harmonies of #004334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004334

Black with #004334

Text Example


Text Example

White with #004334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004334; }

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

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

background-color css

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

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

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

border-color css

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

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

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