#38604D

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

Shades of Plantation #38604D

Tints of Plantation #38604D

Color information

#38604D (or 0x38604D) is unknown color: approx Plantation. HEX triplet: 38, 60 and 4D. RGB value is (56,96,77). Sum of RGB (Red+Green+Blue) = 56+96+77=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #38604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38604D is #C79FB2. Grayscale: #515151. Windows color (decimal): -13082547 or 5070904. OLE color: 5070904.

HSL color Cylindrical-coordinate representation of color #38604D: hue angle of 151.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38604D is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB569677-
CMYK0.4200.200.62
HSL151.5º26.32%29.8%-
HSV(B)151.5º41.67%37.65%-
XYZ7.159.748.52-
YUV81.87125.25109.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=24.45%
G=41.92%
B=33.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696770.4200.200.62151.526.3229.8
Hex38604D2A0143E981a1e
Octal7014011552024762303236
Binary11100011000001001101101010010100111110100110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38604D; }

 p { color: rgb(56,96,77); }

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

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

 a { background-color: rgb(56,96,77); }

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

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

 span { border-color: rgb(56,96,77); }

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