Html Css Color HEX #05533A Sherwood Green

📋 copy color: '#05533A'

red 5 ◦ green 83 ◦ blue 58

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

Shades of Sherwood Green #05533A

Tints of Sherwood Green #05533A

RGB

 RED value IS 5 (2.34% from 255) = 3.42%

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

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

R = 3.42%
G = 56.85%
B = 39.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#05533A (or 0x05533A) is known color: Sherwood Green. HEX triplet: 05, 53 and 3A. RGB value is (5,83,58). Sum of RGB (Red+Green+Blue) = 5+83+58=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #05533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05533A is #FAACC5. Grayscale: #383838. Windows color (decimal): -16428230 or 3822341. OLE color: 3822341.

HSL color Cylindrical-coordinate representation of color #05533A: hue angle of 160.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05533A is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 58 -
CMYK 0.94 0 0.30 0.67
HSL 160.77º 0.89% 0.17% -
HSV(B) 160.77º 0.94% 0.33% -
XYZ 3.92 6.52 5.06 -
YUV 56.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 5 83 58 0.94 0 0.30 0.67 160.77 0.89 0.17
Hex 5 53 3A 5E 0 1E 43 A1 59 11
Octal 5 123 72 136 0 36 103 241 131 21
Binary 101 1010011 111010 1011110 0 11110 1000011 10100001 1011001 10001

Color Harmonies of #05533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05533A

Black with #05533A

Text Example


Text Example

White with #05533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,83,58); }

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

background-color css

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

 a { background-color: rgb(5,83,58); }

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

border-color css

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

 span { border-color: rgb(5,83,58); }

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