#34433E

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

Shades of Te Papa Green #34433E

Tints of Te Papa Green #34433E

Color information

#34433E (or 0x34433E) is unknown color: approx Te Papa Green. HEX triplet: 34, 43 and 3E. RGB value is (52,67,62). Sum of RGB (Red+Green+Blue) = 52+67+62=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #34433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34433E is #CBBCC1. Grayscale: #3D3D3D. Windows color (decimal): -13352130 or 4080436. OLE color: 4080436.

HSL color Cylindrical-coordinate representation of color #34433E: hue angle of 160º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #34433E is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB526762-
CMYK0.2200.070.74
HSL160º12.61%23.33%-
HSV(B)160º22.39%26.27%-
XYZ4.295.095.31-
YUV61.94128.03120.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=28.73%
G=37.02%
B=34.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267620.2200.070.7416012.6123.33
Hex34433E16074Aa0d17
Octal641037626071122401527
Binary1101001000011111110101100111100101010100000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34433E; }

 p { color: rgb(52,67,62); }

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

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

 a { background-color: rgb(52,67,62); }

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

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

 span { border-color: rgb(52,67,62); }

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