Html Css Color HEX #124332 Sherwood Green

📋 copy color: '#124332'

red 18 ◦ green 67 ◦ blue 50

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

Shades of Sherwood Green #124332

Tints of Sherwood Green #124332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 49.63%

 BLUE value IS 50 (19.92% from 255) = 37.04%

R = 13.33%
G = 49.63%
B = 37.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#124332 (or 0x124332) is known color: Sherwood Green. HEX triplet: 12, 43 and 32. RGB value is (18,67,50). Sum of RGB (Red+Green+Blue) = 18+67+50=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #124332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124332 is #EDBCCD. Grayscale: #323232. Windows color (decimal): -15580366 or 3293970. OLE color: 3293970.

HSL color Cylindrical-coordinate representation of color #124332: hue angle of 159.18º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124332 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 67 50 -
CMYK 0.73 0 0.25 0.74
HSL 159.18º 0.58% 0.17% -
HSV(B) 159.18º 0.73% 0.26% -
XYZ 2.83 4.37 3.71 -
YUV 50.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 18 67 50 0.73 0 0.25 0.74 159.18 0.58 0.17
Hex 12 43 32 49 0 19 4A 9F 3A 11
Octal 22 103 62 111 0 31 112 237 72 21
Binary 10010 1000011 110010 1001001 0 11001 1001010 10011111 111010 10001

Color Harmonies of #124332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124332

Black with #124332

Text Example


Text Example

White with #124332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124332; }

 p { color: rgb(18,67,50); }

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

background-color css

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

 a { background-color: rgb(18,67,50); }

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

border-color css

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

 span { border-color: rgb(18,67,50); }

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