Html Css Color HEX #06482D British Racing Green

📋 copy color: '#06482D'

red 6 ◦ green 72 ◦ blue 45

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

Shades of British Racing Green #06482D

Tints of British Racing Green #06482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.54%

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

R = 4.88%
G = 58.54%
B = 36.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#06482D (or 0x06482D) is known color: British Racing Green. HEX triplet: 06, 48 and 2D. RGB value is (6,72,45). Sum of RGB (Red+Green+Blue) = 6+72+45=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #06482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06482D is #F9B7D2. Grayscale: #313131. Windows color (decimal): -16365523 or 2967558. OLE color: 2967558.

HSL color Cylindrical-coordinate representation of color #06482D: hue angle of 155.45º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06482D is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 45 -
CMYK 0.92 0 0.38 0.72
HSL 155.45º 0.85% 0.15% -
HSV(B) 155.45º 0.92% 0.28% -
XYZ 2.87 4.86 3.27 -
YUV 49.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 6 72 45 0.92 0 0.38 0.72 155.45 0.85 0.15
Hex 6 48 2D 5C 0 26 48 9B 55 F
Octal 6 110 55 134 0 46 110 233 125 17
Binary 110 1001000 101101 1011100 0 100110 1001000 10011011 1010101 1111

Color Harmonies of #06482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06482D

Black with #06482D

Text Example


Text Example

White with #06482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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