Html Css Color HEX #064B2D British Racing Green

📋 copy color: '#064B2D'

red 6 ◦ green 75 ◦ blue 45

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

Shades of British Racing Green #064B2D

Tints of British Racing Green #064B2D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 59.52%

 BLUE value IS 45 (17.97% from 255) = 35.71%

R = 4.76%
G = 59.52%
B = 35.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#064B2D (or 0x064B2D) is known color: British Racing Green. HEX triplet: 06, 4B and 2D. RGB value is (6,75,45). Sum of RGB (Red+Green+Blue) = 6+75+45=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #064B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B2D is #F9B4D2. Grayscale: #333333. Windows color (decimal): -16364755 or 2968326. OLE color: 2968326.

HSL color Cylindrical-coordinate representation of color #064B2D: hue angle of 153.91º 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 #064B2D is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 75 45 -
CMYK 0.92 0 0.40 0.71
HSL 153.91º 0.85% 0.16% -
HSV(B) 153.91º 0.92% 0.29% -
XYZ 3.06 5.26 3.34 -
YUV 50.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 6 75 45 0.92 0 0.40 0.71 153.91 0.85 0.16
Hex 6 4B 2D 5C 0 28 47 9A 55 10
Octal 6 113 55 134 0 50 107 232 125 20
Binary 110 1001011 101101 1011100 0 101000 1000111 10011010 1010101 10000

Color Harmonies of #064B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B2D

Black with #064B2D

Text Example


Text Example

White with #064B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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