Html Css Color HEX #064533 British Racing Green

📋 copy color: '#064533'

red 6 ◦ green 69 ◦ blue 51

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

Shades of British Racing Green #064533

Tints of British Racing Green #064533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 40.48%

R = 4.76%
G = 54.76%
B = 40.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#064533 (or 0x064533) is known color: British Racing Green. HEX triplet: 06, 45 and 33. RGB value is (6,69,51). Sum of RGB (Red+Green+Blue) = 6+69+51=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #064533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064533 is #F9BACC. Grayscale: #303030. Windows color (decimal): -16366285 or 3360006. OLE color: 3360006.

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

Color convert

RGB 6 69 51 -
CMYK 0.91 0 0.26 0.73
HSL 162.86º 0.84% 0.15% -
HSV(B) 162.86º 0.91% 0.27% -
XYZ 2.8 4.53 3.86 -
YUV 48.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 6 69 51 0.91 0 0.26 0.73 162.86 0.84 0.15
Hex 6 45 33 5B 0 1A 49 A3 54 F
Octal 6 105 63 133 0 32 111 243 124 17
Binary 110 1000101 110011 1011011 0 11010 1001001 10100011 1010100 1111

Color Harmonies of #064533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064533

Black with #064533

Text Example


Text Example

White with #064533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064533; }

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

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

background-color css

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

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

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

border-color css

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

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

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