#134230

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

Shades of Sherwood Green #134230

Tints of Sherwood Green #134230

Color information

#134230 (or 0x134230) is unknown color: approx Sherwood Green. HEX triplet: 13, 42 and 30. RGB value is (19,66,48). Sum of RGB (Red+Green+Blue) = 19+66+48=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #134230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134230 is #ECBDCF. Grayscale: #313131. Windows color (decimal): -15515088 or 3162643. OLE color: 3162643.

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

Color convert

RGB196648-
CMYK0.7100.270.74
HSL157.02º55.29%16.67%-
HSV(B)157.02º71.21%25.88%-
XYZ2.754.253.47-
YUV49.9126.93105.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=14.29%
G=49.62%
B=36.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966480.7100.270.74157.0255.2916.67
Hex1342304701B4A9d3711
Octal23102601070331122356721
Binary100111000010110000100011101101110010101001110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134230; }

 p { color: rgb(19,66,48); }

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

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

 a { background-color: rgb(19,66,48); }

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

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

 span { border-color: rgb(19,66,48); }

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