Html Css Color HEX #12523C Sherwood Green

📋 copy color: '#12523C'

red 18 ◦ green 82 ◦ blue 60

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

Shades of Sherwood Green #12523C

Tints of Sherwood Green #12523C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.5%

R = 11.25%
G = 51.25%
B = 37.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#12523C (or 0x12523C) is known color: Sherwood Green. HEX triplet: 12, 52 and 3C. RGB value is (18,82,60). Sum of RGB (Red+Green+Blue) = 18+82+60=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #12523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12523C is #EDADC3. Grayscale: #3C3C3C. Windows color (decimal): -15576516 or 3953170. OLE color: 3953170.

HSL color Cylindrical-coordinate representation of color #12523C: hue angle of 159.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12523C is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 60 -
CMYK 0.78 0 0.27 0.68
HSL 159.38º 0.64% 0.2% -
HSV(B) 159.38º 0.78% 0.32% -
XYZ 4.08 6.49 5.31 -
YUV 60.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 18 82 60 0.78 0 0.27 0.68 159.38 0.64 0.2
Hex 12 52 3C 4E 0 1B 44 9F 40 14
Octal 22 122 74 116 0 33 104 237 100 24
Binary 10010 1010010 111100 1001110 0 11011 1000100 10011111 1000000 10100

Color Harmonies of #12523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12523C

Black with #12523C

Text Example


Text Example

White with #12523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12523C; }

 p { color: rgb(18,82,60); }

 H1.HeaderClassName
 {
   color: #12523C;
 }
 .AnyTagClassName
 {
   color: #12523C;
 }
</style>

background-color css

<style>
 a { background-color: #12523C; }

 a { background-color: rgb(18,82,60); }

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

border-color css

<style>
 span { border-color: #12523C; }

 span { border-color: rgb(18,82,60); }

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