Html Css Color HEX #064630 British Racing Green

📋 copy color: '#064630'

red 6 ◦ green 70 ◦ blue 48

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

Shades of British Racing Green #064630

Tints of British Racing Green #064630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56.45%

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

R = 4.84%
G = 56.45%
B = 38.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#064630 (or 0x064630) is known color: British Racing Green. HEX triplet: 06, 46 and 30. RGB value is (6,70,48). Sum of RGB (Red+Green+Blue) = 6+70+48=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #064630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064630 is #F9B9CF. Grayscale: #303030. Windows color (decimal): -16366032 or 3163654. OLE color: 3163654.

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

Color convert

RGB 6 70 48 -
CMYK 0.91 0 0.31 0.73
HSL 159.38º 0.84% 0.15% -
HSV(B) 159.38º 0.91% 0.27% -
XYZ 2.8 4.63 3.54 -
YUV 48.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 6 70 48 0.91 0 0.31 0.73 159.38 0.84 0.15
Hex 6 46 30 5B 0 1F 49 9F 54 F
Octal 6 106 60 133 0 37 111 237 124 17
Binary 110 1000110 110000 1011011 0 11111 1001001 10011111 1010100 1111

Color Harmonies of #064630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064630

Black with #064630

Text Example


Text Example

White with #064630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064630; }

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

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

background-color css

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

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

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

border-color css

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

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

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