Html Css Color HEX #06462D British Racing Green

📋 copy color: '#06462D'

red 6 ◦ green 70 ◦ blue 45

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

Shades of British Racing Green #06462D

Tints of British Racing Green #06462D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.19%

R = 4.96%
G = 57.85%
B = 37.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#06462D (or 0x06462D) is known color: British Racing Green. HEX triplet: 06, 46 and 2D. RGB value is (6,70,45). Sum of RGB (Red+Green+Blue) = 6+70+45=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #06462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06462D is #F9B9D2. Grayscale: #303030. Windows color (decimal): -16366035 or 2967046. OLE color: 2967046.

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

Color convert

RGB 6 70 45 -
CMYK 0.91 0 0.36 0.73
HSL 156.56º 0.84% 0.15% -
HSV(B) 156.56º 0.91% 0.27% -
XYZ 2.74 4.61 3.23 -
YUV 48.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 6 70 45 0.91 0 0.36 0.73 156.56 0.84 0.15
Hex 6 46 2D 5B 0 24 49 9D 54 F
Octal 6 106 55 133 0 44 111 235 124 17
Binary 110 1000110 101101 1011011 0 100100 1001001 10011101 1010100 1111

Color Harmonies of #06462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06462D

Black with #06462D

Text Example


Text Example

White with #06462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06462D; }

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

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

background-color css

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

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

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

border-color css

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

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

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