Html Css Color HEX #064521 British Racing Green

📋 copy color: '#064521'

red 6 ◦ green 69 ◦ blue 33

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

Shades of British Racing Green #064521

Tints of British Racing Green #064521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30.56%

R = 5.56%
G = 63.89%
B = 30.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#064521 (or 0x064521) is known color: British Racing Green. HEX triplet: 06, 45 and 21. RGB value is (6,69,33). Sum of RGB (Red+Green+Blue) = 6+69+33=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 69 (27.34% from 255 or 63.89% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 69 - color contains mainly: green. Hex color #064521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064521 is #F9BADE. Grayscale: #2E2E2E. Windows color (decimal): -16366303 or 2180358. OLE color: 2180358.

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

Color convert

RGB 6 69 33 -
CMYK 0.91 0 0.52 0.73
HSL 145.71º 0.84% 0.15% -
HSV(B) 145.71º 0.91% 0.27% -
XYZ 2.48 4.4 2.16 -
YUV 46.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 6 69 33 0.91 0 0.52 0.73 145.71 0.84 0.15
Hex 6 45 21 5B 0 34 49 92 54 F
Octal 6 105 41 133 0 64 111 222 124 17
Binary 110 1000101 100001 1011011 0 110100 1001001 10010010 1010100 1111

Color Harmonies of #064521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064521

Black with #064521

Text Example


Text Example

White with #064521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064521; }

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

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

background-color css

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

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

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

border-color css

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

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

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