#35443F

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

Shades of Te Papa Green #35443F

Tints of Te Papa Green #35443F

Color information

#35443F (or 0x35443F) is unknown color: approx Te Papa Green. HEX triplet: 35, 44 and 3F. RGB value is (53,68,63). Sum of RGB (Red+Green+Blue) = 53+68+63=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #35443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35443F is #CABBC0. Grayscale: #3E3E3E. Windows color (decimal): -13286337 or 4146229. OLE color: 4146229.

HSL color Cylindrical-coordinate representation of color #35443F: hue angle of 160º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #35443F is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB536863-
CMYK0.2200.070.73
HSL160º12.4%23.73%-
HSV(B)160º22.06%26.67%-
XYZ4.435.255.48-
YUV62.94128.03120.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 63 (25% from 255) = 34.24%
R=28.80%
G=36.96%
B=34.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368630.2200.070.7316012.423.73
Hex35443F160749a0c18
Octal651047726071112401430
Binary1101011000100111111101100111100100110100000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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