Html Css Color HEX #06532F British Racing Green

📋 copy color: '#06532F'

red 6 ◦ green 83 ◦ blue 47

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

Shades of British Racing Green #06532F

Tints of British Racing Green #06532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.03%

 BLUE value IS 47 (18.75% from 255) = 34.56%

R = 4.41%
G = 61.03%
B = 34.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#06532F (or 0x06532F) is known color: British Racing Green. HEX triplet: 06, 53 and 2F. RGB value is (6,83,47). Sum of RGB (Red+Green+Blue) = 6+83+47=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #06532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06532F is #F9ACD0. Grayscale: #373737. Windows color (decimal): -16362705 or 3101446. OLE color: 3101446.

HSL color Cylindrical-coordinate representation of color #06532F: hue angle of 151.95º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06532F is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 47 -
CMYK 0.93 0 0.43 0.67
HSL 151.95º 0.87% 0.17% -
HSV(B) 151.95º 0.93% 0.33% -
XYZ 3.68 6.43 3.74 -
YUV 55.87 122.99 92.43 -
System Red Green Blue C M Y K H S L
Decimal 6 83 47 0.93 0 0.43 0.67 151.95 0.87 0.17
Hex 6 53 2F 5D 0 2B 43 98 57 11
Octal 6 123 57 135 0 53 103 230 127 21
Binary 110 1010011 101111 1011101 0 101011 1000011 10011000 1010111 10001

Color Harmonies of #06532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06532F

Black with #06532F

Text Example


Text Example

White with #06532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06532F; }

 p { color: rgb(6,83,47); }

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

background-color css

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

 a { background-color: rgb(6,83,47); }

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

border-color css

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

 span { border-color: rgb(6,83,47); }

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