#065130

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

Shades of British Racing Green #065130

Tints of British Racing Green #065130

Color information

#065130 (or 0x065130) is unknown color: approx British Racing Green. HEX triplet: 06, 51 and 30. RGB value is (6,81,48). Sum of RGB (Red+Green+Blue) = 6+81+48=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #065130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065130 is #F9AECF. Grayscale: #363636. Windows color (decimal): -16363216 or 3166470. OLE color: 3166470.

HSL color Cylindrical-coordinate representation of color #065130: hue angle of 153.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065130 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB68148-
CMYK0.9300.410.68
HSL153.6º86.21%17.06%-
HSV(B)153.6º92.59%31.76%-
XYZ3.556.143.79-
YUV54.81124.1593.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 81 (32.03% from 255) = 60%
BLUE value IS 48 (19.14% from 255) = 35.56%
R=4.44%
G=60%
B=35.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681480.9300.410.68153.686.2117.06
Hex651305D029449a5611
Octal61216013505110423212621
Binary110101000111000010111010101001100010010011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065130; }

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

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

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

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

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

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

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

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