Html Css Color HEX #124933 Sherwood Green

📋 copy color: '#124933'

red 18 ◦ green 73 ◦ blue 51

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

Shades of Sherwood Green #124933

Tints of Sherwood Green #124933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.41%

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

R = 12.68%
G = 51.41%
B = 35.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#124933 (or 0x124933) is known color: Sherwood Green. HEX triplet: 12, 49 and 33. RGB value is (18,73,51). Sum of RGB (Red+Green+Blue) = 18+73+51=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #124933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124933 is #EDB6CC. Grayscale: #363636. Windows color (decimal): -15578829 or 3361042. OLE color: 3361042.

HSL color Cylindrical-coordinate representation of color #124933: hue angle of 156º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124933 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 51 -
CMYK 0.75 0 0.30 0.71
HSL 156º 0.6% 0.18% -
HSV(B) 156º 0.75% 0.29% -
XYZ 3.23 5.13 3.95 -
YUV 54.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 18 73 51 0.75 0 0.30 0.71 156 0.6 0.18
Hex 12 49 33 4B 0 1E 47 9C 3C 12
Octal 22 111 63 113 0 36 107 234 74 22
Binary 10010 1001001 110011 1001011 0 11110 1000111 10011100 111100 10010

Color Harmonies of #124933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124933

Black with #124933

Text Example


Text Example

White with #124933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124933; }

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

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

background-color css

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

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

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

border-color css

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

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

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