#38594A

Color #38594A Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #38594A

Tints of Plantation #38594A

Color information

#38594A (or 0x38594A) is unknown color: approx Plantation. HEX triplet: 38, 59 and 4A. RGB value is (56,89,74). Sum of RGB (Red+Green+Blue) = 56+89+74=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #38594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38594A is #C7A6B5. Grayscale: #4D4D4D. Windows color (decimal): -13084342 or 4872504. OLE color: 4872504.

HSL color Cylindrical-coordinate representation of color #38594A: hue angle of 152.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38594A is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB568974-
CMYK0.3700.170.65
HSL152.73º22.76%28.43%-
HSV(B)152.73º37.08%34.9%-
XYZ6.448.487.78-
YUV77.42126.07112.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=25.57%
G=40.64%
B=33.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689740.3700.170.65152.7322.7628.43
Hex38594A250114199171c
Octal70131112450211012312734
Binary111000101100110010101001010100011000001100110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38594A; }

 p { color: rgb(56,89,74); }

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

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

 a { background-color: rgb(56,89,74); }

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

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

 span { border-color: rgb(56,89,74); }

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