Html Css Color HEX #064527 British Racing Green

📋 copy color: '#064527'

red 6 ◦ green 69 ◦ blue 39

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

Shades of British Racing Green #064527

Tints of British Racing Green #064527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.21%

R = 5.26%
G = 60.53%
B = 34.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#064527 (or 0x064527) is known color: British Racing Green. HEX triplet: 06, 45 and 27. RGB value is (6,69,39). Sum of RGB (Red+Green+Blue) = 6+69+39=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #064527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064527 is #F9BAD8. Grayscale: #2E2E2E. Windows color (decimal): -16366297 or 2573574. OLE color: 2573574.

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

Color convert

RGB 6 69 39 -
CMYK 0.91 0 0.43 0.73
HSL 151.43º 0.84% 0.15% -
HSV(B) 151.43º 0.91% 0.27% -
XYZ 2.57 4.44 2.64 -
YUV 46.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 6 69 39 0.91 0 0.43 0.73 151.43 0.84 0.15
Hex 6 45 27 5B 0 2B 49 97 54 F
Octal 6 105 47 133 0 53 111 227 124 17
Binary 110 1000101 100111 1011011 0 101011 1001001 10010111 1010100 1111

Color Harmonies of #064527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064527

Black with #064527

Text Example


Text Example

White with #064527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064527; }

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

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

background-color css

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

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

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

border-color css

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

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

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