Html Css Color HEX #064628 British Racing Green

📋 copy color: '#064628'

red 6 ◦ green 70 ◦ blue 40

#064628
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #064628

Tints of British Racing Green #064628

RGB

 RED value IS 6 (2.73% from 255) = 5.17%

 GREEN value IS 70 (27.73% from 255) = 60.34%

 BLUE value IS 40 (16.02% from 255) = 34.48%

R = 5.17%
G = 60.34%
B = 34.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#064628 (or 0x064628) is known color: British Racing Green. HEX triplet: 06, 46 and 28. RGB value is (6,70,40). Sum of RGB (Red+Green+Blue) = 6+70+40=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #064628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064628 is #F9B9D7. Grayscale: #2F2F2F. Windows color (decimal): -16366040 or 2639366. OLE color: 2639366.

HSL color Cylindrical-coordinate representation of color #064628: hue angle of 151.88º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064628 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 40 -
CMYK 0.91 0 0.43 0.73
HSL 151.88º 0.84% 0.15% -
HSV(B) 151.88º 0.91% 0.27% -
XYZ 2.65 4.57 2.75 -
YUV 47.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 6 70 40 0.91 0 0.43 0.73 151.88 0.84 0.15
Hex 6 46 28 5B 0 2B 49 98 54 F
Octal 6 106 50 133 0 53 111 230 124 17
Binary 110 1000110 101000 1011011 0 101011 1001001 10011000 1010100 1111

Color Harmonies of #064628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064628

Black with #064628

Text Example


Text Example

White with #064628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064628; }

 p { color: rgb(6,70,40); }

 H1.HeaderClassName
 {
   color: #064628;
 }
 .AnyTagClassName
 {
   color: #064628;
 }
</style>

background-color css

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

 a { background-color: rgb(6,70,40); }

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

border-color css

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

 span { border-color: rgb(6,70,40); }

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