Html Css Color HEX #124A38 Sherwood Green

📋 copy color: '#124A38'

red 18 ◦ green 74 ◦ blue 56

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

Shades of Sherwood Green #124A38

Tints of Sherwood Green #124A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50%

 BLUE value IS 56 (22.27% from 255) = 37.84%

R = 12.16%
G = 50%
B = 37.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#124A38 (or 0x124A38) is known color: Sherwood Green. HEX triplet: 12, 4A and 38. RGB value is (18,74,56). Sum of RGB (Red+Green+Blue) = 18+74+56=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #124A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A38 is #EDB5C7. Grayscale: #373737. Windows color (decimal): -15578568 or 3688978. OLE color: 3688978.

HSL color Cylindrical-coordinate representation of color #124A38: hue angle of 160.71º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A38 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 74 56 -
CMYK 0.76 0 0.24 0.71
HSL 160.71º 0.61% 0.18% -
HSV(B) 160.71º 0.76% 0.29% -
XYZ 3.41 5.31 4.59 -
YUV 55.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 18 74 56 0.76 0 0.24 0.71 160.71 0.61 0.18
Hex 12 4A 38 4C 0 18 47 A1 3D 12
Octal 22 112 70 114 0 30 107 241 75 22
Binary 10010 1001010 111000 1001100 0 11000 1000111 10100001 111101 10010

Color Harmonies of #124A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A38

Black with #124A38

Text Example


Text Example

White with #124A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124A38; }

 p { color: rgb(18,74,56); }

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

background-color css

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

 a { background-color: rgb(18,74,56); }

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

border-color css

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

 span { border-color: rgb(18,74,56); }

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