Html Css Color HEX #124838 Sherwood Green

📋 copy color: '#124838'

red 18 ◦ green 72 ◦ blue 56

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

Shades of Sherwood Green #124838

Tints of Sherwood Green #124838

RGB

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

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

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

R = 12.33%
G = 49.32%
B = 38.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#124838 (or 0x124838) is known color: Sherwood Green. HEX triplet: 12, 48 and 38. RGB value is (18,72,56). Sum of RGB (Red+Green+Blue) = 18+72+56=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #124838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124838 is #EDB7C7. Grayscale: #363636. Windows color (decimal): -15579080 or 3688466. OLE color: 3688466.

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

Color convert

RGB 18 72 56 -
CMYK 0.75 0 0.22 0.72
HSL 162.22º 0.6% 0.18% -
HSV(B) 162.22º 0.75% 0.28% -
XYZ 3.28 5.05 4.54 -
YUV 54.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 18 72 56 0.75 0 0.22 0.72 162.22 0.6 0.18
Hex 12 48 38 4B 0 16 48 A2 3C 12
Octal 22 110 70 113 0 26 110 242 74 22
Binary 10010 1001000 111000 1001011 0 10110 1001000 10100010 111100 10010

Color Harmonies of #124838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124838

Black with #124838

Text Example


Text Example

White with #124838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124838; }

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

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

background-color css

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

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

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

border-color css

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

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

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