Html Css Color HEX #06523A Sherwood Green

📋 copy color: '#06523A'

red 6 ◦ green 82 ◦ blue 58

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

Shades of Sherwood Green #06523A

Tints of Sherwood Green #06523A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 4.11%
G = 56.16%
B = 39.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#06523A (or 0x06523A) is known color: Sherwood Green. HEX triplet: 06, 52 and 3A. RGB value is (6,82,58). Sum of RGB (Red+Green+Blue) = 6+82+58=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #06523A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06523A is #F9ADC5. Grayscale: #383838. Windows color (decimal): -16362950 or 3822086. OLE color: 3822086.

HSL color Cylindrical-coordinate representation of color #06523A: hue angle of 161.05º 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 #06523A is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 58 -
CMYK 0.93 0 0.29 0.68
HSL 161.05º 0.86% 0.17% -
HSV(B) 161.05º 0.93% 0.32% -
XYZ 3.86 6.38 5.03 -
YUV 56.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 6 82 58 0.93 0 0.29 0.68 161.05 0.86 0.17
Hex 6 52 3A 5D 0 1D 44 A1 56 11
Octal 6 122 72 135 0 35 104 241 126 21
Binary 110 1010010 111010 1011101 0 11101 1000100 10100001 1010110 10001

Color Harmonies of #06523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06523A

Black with #06523A

Text Example


Text Example

White with #06523A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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