Html Css Color HEX #06522A British Racing Green

📋 copy color: '#06522A'

red 6 ◦ green 82 ◦ blue 42

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

Shades of British Racing Green #06522A

Tints of British Racing Green #06522A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 63.08%

 BLUE value IS 42 (16.8% from 255) = 32.31%

R = 4.62%
G = 63.08%
B = 32.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#06522A (or 0x06522A) is known color: British Racing Green. HEX triplet: 06, 52 and 2A. RGB value is (6,82,42). Sum of RGB (Red+Green+Blue) = 6+82+42=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #06522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06522A is #F9ADD5. Grayscale: #363636. Windows color (decimal): -16362966 or 2773510. OLE color: 2773510.

HSL color Cylindrical-coordinate representation of color #06522A: hue angle of 148.42º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06522A is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 42 -
CMYK 0.93 0 0.49 0.68
HSL 148.42º 0.86% 0.17% -
HSV(B) 148.42º 0.93% 0.32% -
XYZ 3.51 6.24 3.21 -
YUV 54.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 6 82 42 0.93 0 0.49 0.68 148.42 0.86 0.17
Hex 6 52 2A 5D 0 31 44 94 56 11
Octal 6 122 52 135 0 61 104 224 126 21
Binary 110 1010010 101010 1011101 0 110001 1000100 10010100 1010110 10001

Color Harmonies of #06522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06522A

Black with #06522A

Text Example


Text Example

White with #06522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06522A; }

 p { color: rgb(6,82,42); }

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

background-color css

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

 a { background-color: rgb(6,82,42); }

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

border-color css

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

 span { border-color: rgb(6,82,42); }

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