#38614A

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

Shades of Plantation #38614A

Tints of Plantation #38614A

Color information

#38614A (or 0x38614A) is unknown color: approx Plantation. HEX triplet: 38, 61 and 4A. RGB value is (56,97,74). Sum of RGB (Red+Green+Blue) = 56+97+74=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #38614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38614A is #C79EB5. Grayscale: #525252. Windows color (decimal): -13082294 or 4874552. OLE color: 4874552.

HSL color Cylindrical-coordinate representation of color #38614A: hue angle of 146.34º degrees, saturation: 0.27, 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 #38614A is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB569774-
CMYK0.4200.240.62
HSL146.34º26.8%30%-
HSV(B)146.34º42.27%38.04%-
XYZ7.149.888.01-
YUV82.12123.42109.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=24.67%
G=42.73%
B=32.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697740.4200.240.62146.3426.830
Hex38614A2A0183E921b1e
Octal7014111252030762223336
Binary11100011000011001010101010011000111110100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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