#064122

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

Shades of British Racing Green #064122

Tints of British Racing Green #064122

Color information

#064122 (or 0x064122) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 22. RGB value is (6,65,34). Sum of RGB (Red+Green+Blue) = 6+65+34=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #064122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064122 is #F9BEDD. Grayscale: #2B2B2B. Windows color (decimal): -16367326 or 2244870. OLE color: 2244870.

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

Color convert

RGB66534-
CMYK0.9100.480.75
HSL148.47º83.1%13.92%-
HSV(B)148.47º90.77%25.49%-
XYZ2.253.932.15-
YUV43.82122.45101.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=5.71%
G=61.90%
B=32.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665340.9100.480.75148.4783.113.92
Hex641225B0304B9453e
Octal61014213306011322412316
Binary11010000011000101011011011000010010111001010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064122; }

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

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

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

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

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

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

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

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