#38433F

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

Shades of Te Papa Green #38433F

Tints of Te Papa Green #38433F

Color information

#38433F (or 0x38433F) is unknown color: approx Te Papa Green. HEX triplet: 38, 43 and 3F. RGB value is (56,67,63). Sum of RGB (Red+Green+Blue) = 56+67+63=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 67 - color contains mainly: green. Hex color #38433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38433F is #C7BCC0. Grayscale: #3F3F3F. Windows color (decimal): -13089985 or 4145976. OLE color: 4145976.

HSL color Cylindrical-coordinate representation of color #38433F: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38433F is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB566763-
CMYK0.1600.060.74
HSL158.18º8.94%24.12%-
HSV(B)158.18º16.42%26.27%-
XYZ4.545.215.47-
YUV63.26127.86122.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 63 (25% from 255) = 33.87%
R=30.11%
G=36.02%
B=33.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667630.1600.060.74158.188.9424.12
Hex38433F10064A9e918
Octal701037720061122361130
Binary1110001000011111111100000110100101010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,67,63); }

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

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

 a { background-color: rgb(56,67,63); }

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

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

 span { border-color: rgb(56,67,63); }

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