Html Css Color HEX #124734 Sherwood Green

📋 copy color: '#124734'

red 18 ◦ green 71 ◦ blue 52

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

Shades of Sherwood Green #124734

Tints of Sherwood Green #124734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.35%

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

R = 12.77%
G = 50.35%
B = 36.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#124734 (or 0x124734) is known color: Sherwood Green. HEX triplet: 12, 47 and 34. RGB value is (18,71,52). Sum of RGB (Red+Green+Blue) = 18+71+52=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #124734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124734 is #EDB8CB. Grayscale: #353535. Windows color (decimal): -15579340 or 3426066. OLE color: 3426066.

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

Color convert

RGB 18 71 52 -
CMYK 0.75 0 0.27 0.72
HSL 158.49º 0.6% 0.17% -
HSV(B) 158.49º 0.75% 0.28% -
XYZ 3.12 4.88 4.03 -
YUV 52.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 18 71 52 0.75 0 0.27 0.72 158.49 0.6 0.17
Hex 12 47 34 4B 0 1B 48 9E 3C 11
Octal 22 107 64 113 0 33 110 236 74 21
Binary 10010 1000111 110100 1001011 0 11011 1001000 10011110 111100 10001

Color Harmonies of #124734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124734

Black with #124734

Text Example


Text Example

White with #124734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124734; }

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

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

background-color css

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

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

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

border-color css

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

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

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