#124330

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

Shades of Sherwood Green #124330

Tints of Sherwood Green #124330

Color information

#124330 (or 0x124330) is unknown color: approx Sherwood Green. HEX triplet: 12, 43 and 30. RGB value is (18,67,48). Sum of RGB (Red+Green+Blue) = 18+67+48=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #124330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124330 is #EDBCCF. Grayscale: #323232. Windows color (decimal): -15580368 or 3162898. OLE color: 3162898.

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

Color convert

RGB186748-
CMYK0.7300.280.74
HSL156.73º57.65%16.67%-
HSV(B)156.73º73.13%26.27%-
XYZ2.794.363.49-
YUV50.18126.77105.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=13.53%
G=50.38%
B=36.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867480.7300.280.74156.7357.6516.67
Hex1243304901C4A9d3a11
Octal22103601110341122357221
Binary100101000011110000100100101110010010101001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124330; }

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

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

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

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

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

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

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

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