#064B23

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

Shades of British Racing Green #064B23

Tints of British Racing Green #064B23

Color information

#064B23 (or 0x064B23) is unknown color: approx British Racing Green. HEX triplet: 06, 4B and 23. RGB value is (6,75,35). Sum of RGB (Red+Green+Blue) = 6+75+35=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 75 (29.69% from 255 or 64.66% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 75 - color contains mainly: green. Hex color #064B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B23 is #F9B4DC. Grayscale: #313131. Windows color (decimal): -16364765 or 2312966. OLE color: 2312966.

HSL color Cylindrical-coordinate representation of color #064B23: hue angle of 145.22º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B23 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB67535-
CMYK0.9200.530.71
HSL145.22º85.19%15.88%-
HSV(B)145.22º92%29.41%-
XYZ2.895.192.44-
YUV49.81119.6496.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 75 (29.69% from 255) = 64.66%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=5.17%
G=64.66%
B=30.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675350.9200.530.71145.2285.1915.88
Hex64B235C03547915510
Octal61134313406510722112520
Binary110100101110001110111000110101100011110010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064B23; }

 p { color: rgb(6,75,35); }

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

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

 a { background-color: rgb(6,75,35); }

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

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

 span { border-color: rgb(6,75,35); }

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