#35483F

Color #35483F Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #35483F

Tints of Te Papa Green #35483F

Color information

#35483F (or 0x35483F) is unknown color: approx Te Papa Green. HEX triplet: 35, 48 and 3F. RGB value is (53,72,63). Sum of RGB (Red+Green+Blue) = 53+72+63=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #35483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35483F is #CAB7C0. Grayscale: #414141. Windows color (decimal): -13285313 or 4147253. OLE color: 4147253.

HSL color Cylindrical-coordinate representation of color #35483F: hue angle of 151.58º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35483F is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB537263-
CMYK0.2600.120.72
HSL151.58º15.2%24.51%-
HSV(B)151.58º26.39%28.24%-
XYZ4.685.755.57-
YUV65.29126.71119.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 63 (25% from 255) = 33.51%
R=28.19%
G=38.30%
B=33.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372630.2600.120.72151.5815.224.51
Hex35483F1A0C4898f19
Octal6511077320141102301731
Binary11010110010001111111101001100100100010011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35483F; }

 p { color: rgb(53,72,63); }

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

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

 a { background-color: rgb(53,72,63); }

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

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

 span { border-color: rgb(53,72,63); }

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