#004334

Color #004334 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #004334

Tints of British Racing Green #004334

Color information

#004334 (or 0x004334) is unknown color: approx 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

RGB06752-
CMYK100.220.74
HSL166.57º100%13.14%-
HSV(B)166.57º100%26.27%-
XYZ2.634.263.93-
YUV45.26131.895.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 56.30%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=0%
G=56.30%
B=43.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06752100.220.74166.5710013.14
Hex04334640164Aa764d
Octal01036414402611224714415
Binary01000011110100110010001011010010101010011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>