Html Css Color HEX #06412D British Racing Green

📋 copy color: '#06412D'

red 6 ◦ green 65 ◦ blue 45

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

Shades of British Racing Green #06412D

Tints of British Racing Green #06412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 56.03%

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

R = 5.17%
G = 56.03%
B = 38.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#06412D (or 0x06412D) is known color: British Racing Green. HEX triplet: 06, 41 and 2D. RGB value is (6,65,45). Sum of RGB (Red+Green+Blue) = 6+65+45=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #06412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06412D is #F9BED2. Grayscale: #2D2D2D. Windows color (decimal): -16367315 or 2965766. OLE color: 2965766.

HSL color Cylindrical-coordinate representation of color #06412D: hue angle of 159.66º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06412D is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 65 45 -
CMYK 0.91 0 0.31 0.75
HSL 159.66º 0.83% 0.14% -
HSV(B) 159.66º 0.91% 0.25% -
XYZ 2.44 4.01 3.13 -
YUV 45.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 6 65 45 0.91 0 0.31 0.75 159.66 0.83 0.14
Hex 6 41 2D 5B 0 1F 4B A0 53 E
Octal 6 101 55 133 0 37 113 240 123 16
Binary 110 1000001 101101 1011011 0 11111 1001011 10100000 1010011 1110

Color Harmonies of #06412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06412D

Black with #06412D

Text Example


Text Example

White with #06412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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