Html Css Color HEX #064330 British Racing Green

📋 copy color: '#064330'

red 6 ◦ green 67 ◦ blue 48

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

Shades of British Racing Green #064330

Tints of British Racing Green #064330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 4.96%
G = 55.37%
B = 39.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#064330 (or 0x064330) is known color: British Racing Green. HEX triplet: 06, 43 and 30. RGB value is (6,67,48). Sum of RGB (Red+Green+Blue) = 6+67+48=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #064330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064330 is #F9BCCF. Grayscale: #2E2E2E. Windows color (decimal): -16366800 or 3162886. OLE color: 3162886.

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

Color convert

RGB 6 67 48 -
CMYK 0.91 0 0.28 0.74
HSL 161.31º 0.84% 0.14% -
HSV(B) 161.31º 0.91% 0.26% -
XYZ 2.62 4.27 3.48 -
YUV 46.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 6 67 48 0.91 0 0.28 0.74 161.31 0.84 0.14
Hex 6 43 30 5B 0 1C 4A A1 54 E
Octal 6 103 60 133 0 34 112 241 124 16
Binary 110 1000011 110000 1011011 0 11100 1001010 10100001 1010100 1110

Color Harmonies of #064330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064330

Black with #064330

Text Example


Text Example

White with #064330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064330; }

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

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

background-color css

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

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

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

border-color css

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

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

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