#235545

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

Shades of Te Papa Green #235545

Tints of Te Papa Green #235545

Color information

#235545 (or 0x235545) is unknown color: approx Te Papa Green. HEX triplet: 23, 55 and 45. RGB value is (35,85,69). Sum of RGB (Red+Green+Blue) = 35+85+69=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #235545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235545 is #DCAABA. Grayscale: #444444. Windows color (decimal): -14461627 or 4543779. OLE color: 4543779.

HSL color Cylindrical-coordinate representation of color #235545: hue angle of 160.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235545 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB358569-
CMYK0.5900.190.67
HSL160.8º41.67%23.53%-
HSV(B)160.8º58.82%33.33%-
XYZ5.027.286.77-
YUV68.23128.44104.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.52%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=18.52%
G=44.97%
B=36.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585690.5900.190.67160.841.6723.53
Hex2355453B01343a12a18
Octal43125105730231032415230
Binary1000111010101100010111101101001110000111010000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235545; }

 p { color: rgb(35,85,69); }

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

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

 a { background-color: rgb(35,85,69); }

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

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

 span { border-color: rgb(35,85,69); }

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