Html Css Color HEX #12533E Sherwood Green

📋 copy color: '#12533E'

red 18 ◦ green 83 ◦ blue 62

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

Shades of Sherwood Green #12533E

Tints of Sherwood Green #12533E

RGB

 RED value IS 18 (7.42% from 255) = 11.04%

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

 BLUE value IS 62 (24.61% from 255) = 38.04%

R = 11.04%
G = 50.92%
B = 38.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#12533E (or 0x12533E) is known color: Sherwood Green. HEX triplet: 12, 53 and 3E. RGB value is (18,83,62). Sum of RGB (Red+Green+Blue) = 18+83+62=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #12533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12533E is #EDACC1. Grayscale: #3D3D3D. Windows color (decimal): -15576258 or 4084498. OLE color: 4084498.

HSL color Cylindrical-coordinate representation of color #12533E: hue angle of 160.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12533E is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 62 -
CMYK 0.78 0 0.25 0.67
HSL 160.62º 0.64% 0.2% -
HSV(B) 160.62º 0.78% 0.33% -
XYZ 4.21 6.66 5.62 -
YUV 61.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 18 83 62 0.78 0 0.25 0.67 160.62 0.64 0.2
Hex 12 53 3E 4E 0 19 43 A1 40 14
Octal 22 123 76 116 0 31 103 241 100 24
Binary 10010 1010011 111110 1001110 0 11001 1000011 10100001 1000000 10100

Color Harmonies of #12533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12533E

Black with #12533E

Text Example


Text Example

White with #12533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12533E; }

 p { color: rgb(18,83,62); }

 H1.HeaderClassName
 {
   color: #12533E;
 }
 .AnyTagClassName
 {
   color: #12533E;
 }
</style>

background-color css

<style>
 a { background-color: #12533E; }

 a { background-color: rgb(18,83,62); }

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

border-color css

<style>
 span { border-color: #12533E; }

 span { border-color: rgb(18,83,62); }

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