Html Css Color HEX #064223 British Racing Green

📋 copy color: '#064223'

red 6 ◦ green 66 ◦ blue 35

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

Shades of British Racing Green #064223

Tints of British Racing Green #064223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 61.68%

 BLUE value IS 35 (14.06% from 255) = 32.71%

R = 5.61%
G = 61.68%
B = 32.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#064223 (or 0x064223) is known color: British Racing Green. HEX triplet: 06, 42 and 23. RGB value is (6,66,35). Sum of RGB (Red+Green+Blue) = 6+66+35=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #064223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064223 is #F9BDDC. Grayscale: #2C2C2C. Windows color (decimal): -16367069 or 2310662. OLE color: 2310662.

HSL color Cylindrical-coordinate representation of color #064223: hue angle of 149º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064223 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 35 -
CMYK 0.91 0 0.47 0.74
HSL 149º 0.83% 0.14% -
HSV(B) 149º 0.91% 0.26% -
XYZ 2.33 4.06 2.25 -
YUV 44.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 6 66 35 0.91 0 0.47 0.74 149 0.83 0.14
Hex 6 42 23 5B 0 2F 4A 95 53 E
Octal 6 102 43 133 0 57 112 225 123 16
Binary 110 1000010 100011 1011011 0 101111 1001010 10010101 1010011 1110

Color Harmonies of #064223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064223

Black with #064223

Text Example


Text Example

White with #064223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064223; }

 p { color: rgb(6,66,35); }

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

background-color css

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

 a { background-color: rgb(6,66,35); }

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

border-color css

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

 span { border-color: rgb(6,66,35); }

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