Html Css Color HEX #124834 Sherwood Green

📋 copy color: '#124834'

red 18 ◦ green 72 ◦ blue 52

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

Shades of Sherwood Green #124834

Tints of Sherwood Green #124834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.62%

R = 12.68%
G = 50.7%
B = 36.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#124834 (or 0x124834) is known color: Sherwood Green. HEX triplet: 12, 48 and 34. RGB value is (18,72,52). Sum of RGB (Red+Green+Blue) = 18+72+52=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #124834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124834 is #EDB7CB. Grayscale: #353535. Windows color (decimal): -15579084 or 3426322. OLE color: 3426322.

HSL color Cylindrical-coordinate representation of color #124834: hue angle of 157.78º 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 #124834 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 52 -
CMYK 0.75 0 0.28 0.72
HSL 157.78º 0.6% 0.18% -
HSV(B) 157.78º 0.75% 0.28% -
XYZ 3.19 5.01 4.05 -
YUV 53.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 18 72 52 0.75 0 0.28 0.72 157.78 0.6 0.18
Hex 12 48 34 4B 0 1C 48 9E 3C 12
Octal 22 110 64 113 0 34 110 236 74 22
Binary 10010 1001000 110100 1001011 0 11100 1001000 10011110 111100 10010

Color Harmonies of #124834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124834

Black with #124834

Text Example


Text Example

White with #124834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124834; }

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

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

background-color css

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

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

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

border-color css

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

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

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