Html Css Color HEX #064128 British Racing Green

📋 copy color: '#064128'

red 6 ◦ green 65 ◦ blue 40

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

Shades of British Racing Green #064128

Tints of British Racing Green #064128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 58.56%

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

R = 5.41%
G = 58.56%
B = 36.04%

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

#064128 (or 0x064128) is known color: British Racing Green. HEX triplet: 06, 41 and 28. RGB value is (6,65,40). Sum of RGB (Red+Green+Blue) = 6+65+40=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #064128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064128 is #F9BED7. Grayscale: #2C2C2C. Windows color (decimal): -16367320 or 2638086. OLE color: 2638086.

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

Color convert

RGB 6 65 40 -
CMYK 0.91 0 0.38 0.75
HSL 154.58º 0.83% 0.14% -
HSV(B) 154.58º 0.91% 0.25% -
XYZ 2.35 3.97 2.65 -
YUV 44.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 6 65 40 0.91 0 0.38 0.75 154.58 0.83 0.14
Hex 6 41 28 5B 0 26 4B 9B 53 E
Octal 6 101 50 133 0 46 113 233 123 16
Binary 110 1000001 101000 1011011 0 100110 1001011 10011011 1010011 1110

Color Harmonies of #064128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064128

Black with #064128

Text Example


Text Example

White with #064128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064128; }

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

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

background-color css

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

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

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

border-color css

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

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

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