Html Css Color HEX #064528 British Racing Green

📋 copy color: '#064528'

red 6 ◦ green 69 ◦ blue 40

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

Shades of British Racing Green #064528

Tints of British Racing Green #064528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 60%

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

R = 5.22%
G = 60%
B = 34.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#064528 (or 0x064528) is known color: British Racing Green. HEX triplet: 06, 45 and 28. RGB value is (6,69,40). Sum of RGB (Red+Green+Blue) = 6+69+40=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #064528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064528 is #F9BAD7. Grayscale: #2E2E2E. Windows color (decimal): -16366296 or 2639110. OLE color: 2639110.

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

Color convert

RGB 6 69 40 -
CMYK 0.91 0 0.42 0.73
HSL 152.38º 0.84% 0.15% -
HSV(B) 152.38º 0.91% 0.27% -
XYZ 2.59 4.45 2.73 -
YUV 46.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 6 69 40 0.91 0 0.42 0.73 152.38 0.84 0.15
Hex 6 45 28 5B 0 2A 49 98 54 F
Octal 6 105 50 133 0 52 111 230 124 17
Binary 110 1000101 101000 1011011 0 101010 1001001 10011000 1010100 1111

Color Harmonies of #064528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064528

Black with #064528

Text Example


Text Example

White with #064528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064528; }

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

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

background-color css

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

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

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

border-color css

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

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

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