#034432

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

Shades of British Racing Green #034432

Tints of British Racing Green #034432

Color information

#034432 (or 0x034432) is unknown color: approx British Racing Green. HEX triplet: 03, 44 and 32. RGB value is (3,68,50). Sum of RGB (Red+Green+Blue) = 3+68+50=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #034432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034432 is #FCBBCD. Grayscale: #2E2E2E. Windows color (decimal): -16563150 or 3294211. OLE color: 3294211.

HSL color Cylindrical-coordinate representation of color #034432: hue angle of 163.38º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034432 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB36850-
CMYK0.9600.260.73
HSL163.38º91.55%13.92%-
HSV(B)163.38º95.59%26.67%-
XYZ2.684.383.72-
YUV46.51129.9796.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=2.48%
G=56.20%
B=41.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368500.9600.260.73163.3891.5513.92
Hex344326001A49a35ce
Octal31046214003211124313416
Binary111000100110010110000001101010010011010001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034432; }

 p { color: rgb(3,68,50); }

 H1.HeaderClassName
 {
   color: #034432;
 }
 .AnyTagClassName
 {
   color: #034432;
 }
</style>
background-color css

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

 a { background-color: rgb(3,68,50); }

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

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

 span { border-color: rgb(3,68,50); }

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