#235544

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

Shades of Te Papa Green #235544

Tints of Te Papa Green #235544

Color information

#235544 (or 0x235544) is unknown color: approx Te Papa Green. HEX triplet: 23, 55 and 44. RGB value is (35,85,68). Sum of RGB (Red+Green+Blue) = 35+85+68=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #235544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235544 is #DCAABB. Grayscale: #444444. Windows color (decimal): -14461628 or 4478243. OLE color: 4478243.

HSL color Cylindrical-coordinate representation of color #235544: hue angle of 159.6º 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 #235544 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB358568-
CMYK0.5900.200.67
HSL159.6º41.67%23.53%-
HSV(B)159.6º58.82%33.33%-
XYZ4.997.276.61-
YUV68.11127.94104.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=18.62%
G=45.21%
B=36.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585680.5900.200.67159.641.6723.53
Hex2355443B01443a02a18
Octal43125104730241032405230
Binary1000111010101100010011101101010010000111010000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235544; }

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

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

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

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

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

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

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

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