#124534

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

Shades of Sherwood Green #124534

Tints of Sherwood Green #124534

Color information

#124534 (or 0x124534) is unknown color: approx Sherwood Green. HEX triplet: 12, 45 and 34. RGB value is (18,69,52). Sum of RGB (Red+Green+Blue) = 18+69+52=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #124534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124534 is #EDBACB. Grayscale: #333333. Windows color (decimal): -15579852 or 3425554. OLE color: 3425554.

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

Color convert

RGB186952-
CMYK0.7400.250.73
HSL160º58.62%17.06%-
HSV(B)160º73.91%27.06%-
XYZ34.633.99-
YUV51.81128.1103.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 69 (27.34% from 255) = 49.64%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=12.95%
G=49.64%
B=37.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869520.7400.250.7316058.6217.06
Hex1245344A01949a03b11
Octal22105641120311112407321
Binary100101000101110100100101001100110010011010000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124534; }

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

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

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

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

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

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

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

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