#064132

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

Shades of British Racing Green #064132

Tints of British Racing Green #064132

Color information

#064132 (or 0x064132) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 32. RGB value is (6,65,50). Sum of RGB (Red+Green+Blue) = 6+65+50=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #064132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064132 is #F9BECD. Grayscale: #2D2D2D. Windows color (decimal): -16367310 or 3293446. OLE color: 3293446.

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

Color convert

RGB66550-
CMYK0.9100.230.75
HSL164.75º83.1%13.92%-
HSV(B)164.75º90.77%25.49%-
XYZ2.544.053.67-
YUV45.65130.4599.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=4.96%
G=53.72%
B=41.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665500.9100.230.75164.7583.113.92
Hex641325B0174Ba553e
Octal61016213302711324512316
Binary1101000001110010101101101011110010111010010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064132; }

 p { color: rgb(6,65,50); }

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

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

 a { background-color: rgb(6,65,50); }

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

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

 span { border-color: rgb(6,65,50); }

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