Html Css Color HEX #064028 British Racing Green

📋 copy color: '#064028'

red 6 ◦ green 64 ◦ blue 40

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

Shades of British Racing Green #064028

Tints of British Racing Green #064028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 58.18%

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

R = 5.45%
G = 58.18%
B = 36.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#064028 (or 0x064028) is known color: British Racing Green. HEX triplet: 06, 40 and 28. RGB value is (6,64,40). Sum of RGB (Red+Green+Blue) = 6+64+40=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #064028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064028 is #F9BFD7. Grayscale: #2B2B2B. Windows color (decimal): -16367576 or 2637830. OLE color: 2637830.

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

Color convert

RGB 6 64 40 -
CMYK 0.91 0 0.38 0.75
HSL 155.17º 0.83% 0.14% -
HSV(B) 155.17º 0.91% 0.25% -
XYZ 2.29 3.86 2.63 -
YUV 43.92 125.78 100.95 -
System Red Green Blue C M Y K H S L
Decimal 6 64 40 0.91 0 0.38 0.75 155.17 0.83 0.14
Hex 6 40 28 5B 0 26 4B 9B 53 E
Octal 6 100 50 133 0 46 113 233 123 16
Binary 110 1000000 101000 1011011 0 100110 1001011 10011011 1010011 1110

Color Harmonies of #064028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064028

Black with #064028

Text Example


Text Example

White with #064028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064028; }

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

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

background-color css

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

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

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

border-color css

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

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

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