#124334

Color #124334 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #124334

Tints of Sherwood Green #124334

Color information

#124334 (or 0x124334) is unknown color: approx Sherwood Green. HEX triplet: 12, 43 and 34. RGB value is (18,67,52). Sum of RGB (Red+Green+Blue) = 18+67+52=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #124334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124334 is #EDBCCB. Grayscale: #323232. Windows color (decimal): -15580364 or 3425042. OLE color: 3425042.

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

Color convert

RGB186752-
CMYK0.7300.220.74
HSL161.63º57.65%16.67%-
HSV(B)161.63º73.13%26.27%-
XYZ2.884.393.94-
YUV50.64128.77104.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=13.14%
G=48.91%
B=37.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867520.7300.220.74161.6357.6516.67
Hex124334490164Aa23a11
Octal22103641110261122427221
Binary100101000011110100100100101011010010101010001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124334; }

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

 H1.HeaderClassName
 {
   color: #124334;
 }
 .AnyTagClassName
 {
   color: #124334;
 }
</style>
background-color css

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

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

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

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

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

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