Html Css Color HEX #064326 British Racing Green

📋 copy color: '#064326'

red 6 ◦ green 67 ◦ blue 38

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

Shades of British Racing Green #064326

Tints of British Racing Green #064326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 60.36%

 BLUE value IS 38 (15.23% from 255) = 34.23%

R = 5.41%
G = 60.36%
B = 34.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.74

RGB Variations

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

Color information

#064326 (or 0x064326) is known color: British Racing Green. HEX triplet: 06, 43 and 26. RGB value is (6,67,38). Sum of RGB (Red+Green+Blue) = 6+67+38=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #064326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064326 is #F9BCD9. Grayscale: #2D2D2D. Windows color (decimal): -16366810 or 2507526. OLE color: 2507526.

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

Color convert

RGB 6 67 38 -
CMYK 0.91 0 0.43 0.74
HSL 151.48º 0.84% 0.14% -
HSV(B) 151.48º 0.91% 0.26% -
XYZ 2.43 4.19 2.51 -
YUV 45.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 6 67 38 0.91 0 0.43 0.74 151.48 0.84 0.14
Hex 6 43 26 5B 0 2B 4A 97 54 E
Octal 6 103 46 133 0 53 112 227 124 16
Binary 110 1000011 100110 1011011 0 101011 1001010 10010111 1010100 1110

Color Harmonies of #064326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064326

Black with #064326

Text Example


Text Example

White with #064326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064326; }

 p { color: rgb(6,67,38); }

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

background-color css

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

 a { background-color: rgb(6,67,38); }

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

border-color css

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

 span { border-color: rgb(6,67,38); }

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