Html Css Color HEX #124835 Sherwood Green

📋 copy color: '#124835'

red 18 ◦ green 72 ◦ blue 53

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

Shades of Sherwood Green #124835

Tints of Sherwood Green #124835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.35%

 BLUE value IS 53 (21.09% from 255) = 37.06%

R = 12.59%
G = 50.35%
B = 37.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#124835 (or 0x124835) is known color: Sherwood Green. HEX triplet: 12, 48 and 35. RGB value is (18,72,53). Sum of RGB (Red+Green+Blue) = 18+72+53=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #124835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124835 is #EDB7CA. Grayscale: #353535. Windows color (decimal): -15579083 or 3491858. OLE color: 3491858.

HSL color Cylindrical-coordinate representation of color #124835: hue angle of 158.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124835 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 53 -
CMYK 0.75 0 0.26 0.72
HSL 158.89º 0.6% 0.18% -
HSV(B) 158.89º 0.75% 0.28% -
XYZ 3.21 5.02 4.17 -
YUV 53.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 18 72 53 0.75 0 0.26 0.72 158.89 0.6 0.18
Hex 12 48 35 4B 0 1A 48 9F 3C 12
Octal 22 110 65 113 0 32 110 237 74 22
Binary 10010 1001000 110101 1001011 0 11010 1001000 10011111 111100 10010

Color Harmonies of #124835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124835

Black with #124835

Text Example


Text Example

White with #124835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124835; }

 p { color: rgb(18,72,53); }

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

background-color css

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

 a { background-color: rgb(18,72,53); }

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

border-color css

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

 span { border-color: rgb(18,72,53); }

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