#064130

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

Shades of British Racing Green #064130

Tints of British Racing Green #064130

Color information

#064130 (or 0x064130) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 30. RGB value is (6,65,48). Sum of RGB (Red+Green+Blue) = 6+65+48=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #064130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064130 is #F9BECF. Grayscale: #2D2D2D. Windows color (decimal): -16367312 or 3162374. OLE color: 3162374.

HSL color Cylindrical-coordinate representation of color #064130: hue angle of 162.71º 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 #064130 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB66548-
CMYK0.9100.260.75
HSL162.71º83.1%13.92%-
HSV(B)162.71º90.77%25.49%-
XYZ2.54.033.44-
YUV45.42129.4599.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=5.04%
G=54.62%
B=40.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665480.9100.260.75162.7183.113.92
Hex641305B01A4Ba353e
Octal61016013303211324312316
Binary1101000001110000101101101101010010111010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064130; }

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

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

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

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

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

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

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

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