#134330

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

Shades of Sherwood Green #134330

Tints of Sherwood Green #134330

Color information

#134330 (or 0x134330) is unknown color: approx Sherwood Green. HEX triplet: 13, 43 and 30. RGB value is (19,67,48). Sum of RGB (Red+Green+Blue) = 19+67+48=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #134330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134330 is #ECBCCF. Grayscale: #323232. Windows color (decimal): -15514832 or 3162899. OLE color: 3162899.

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

Color convert

RGB196748-
CMYK0.7200.280.74
HSL156.25º55.81%16.86%-
HSV(B)156.25º71.64%26.27%-
XYZ2.814.373.49-
YUV50.48126.6105.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=14.18%
G=50%
B=35.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967480.7200.280.74156.2555.8116.86
Hex1343304801C4A9c3811
Octal23103601100341122347021
Binary100111000011110000100100001110010010101001110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134330; }

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

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

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

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

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

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

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

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