Html Css Color HEX #124733 Sherwood Green

📋 copy color: '#124733'

red 18 ◦ green 71 ◦ blue 51

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

Shades of Sherwood Green #124733

Tints of Sherwood Green #124733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.43%

R = 12.86%
G = 50.71%
B = 36.43%

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

#124733 (or 0x124733) is known color: Sherwood Green. HEX triplet: 12, 47 and 33. RGB value is (18,71,51). Sum of RGB (Red+Green+Blue) = 18+71+51=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #124733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124733 is #EDB8CC. Grayscale: #343434. Windows color (decimal): -15579341 or 3360530. OLE color: 3360530.

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

Color convert

RGB 18 71 51 -
CMYK 0.75 0 0.28 0.72
HSL 157.36º 0.6% 0.17% -
HSV(B) 157.36º 0.75% 0.28% -
XYZ 3.1 4.87 3.91 -
YUV 52.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 18 71 51 0.75 0 0.28 0.72 157.36 0.6 0.17
Hex 12 47 33 4B 0 1C 48 9D 3C 11
Octal 22 107 63 113 0 34 110 235 74 21
Binary 10010 1000111 110011 1001011 0 11100 1001000 10011101 111100 10001

Color Harmonies of #124733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124733

Black with #124733

Text Example


Text Example

White with #124733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124733; }

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

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

background-color css

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

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

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

border-color css

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

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

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