#38443F

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

Shades of Te Papa Green #38443F

Tints of Te Papa Green #38443F

Color information

#38443F (or 0x38443F) is unknown color: approx Te Papa Green. HEX triplet: 38, 44 and 3F. RGB value is (56,68,63). Sum of RGB (Red+Green+Blue) = 56+68+63=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #38443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38443F is #C7BBC0. Grayscale: #3F3F3F. Windows color (decimal): -13089729 or 4146232. OLE color: 4146232.

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

Color convert

RGB566863-
CMYK0.1800.070.73
HSL155º9.68%24.31%-
HSV(B)155º17.65%26.67%-
XYZ4.65.335.49-
YUV63.84127.52122.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 63 (25% from 255) = 33.69%
R=29.95%
G=36.36%
B=33.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668630.1800.070.731559.6824.31
Hex38443F1207499ba18
Octal701047722071112331230
Binary1110001000100111111100100111100100110011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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