#38694C

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

Shades of Plantation #38694C

Tints of Plantation #38694C

Color information

#38694C (or 0x38694C) is unknown color: approx Plantation. HEX triplet: 38, 69 and 4C. RGB value is (56,105,76). Sum of RGB (Red+Green+Blue) = 56+105+76=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #38694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38694C is #C796B3. Grayscale: #575757. Windows color (decimal): -13080244 or 5007672. OLE color: 5007672.

HSL color Cylindrical-coordinate representation of color #38694C: hue angle of 144.49º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38694C is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB5610576-
CMYK0.4700.280.59
HSL144.49º30.43%31.57%-
HSV(B)144.49º46.67%41.18%-
XYZ7.9911.478.63-
YUV87.04121.77105.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=23.63%
G=44.30%
B=32.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105760.4700.280.59144.4930.4331.57
Hex38694C2F01C3B901e20
Octal7015111457034732203640
Binary111000110100110011001011110111001110111001000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38694C; }

 p { color: rgb(56,105,76); }

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

<style>
 a { background-color: #38694C; }

 a { background-color: rgb(56,105,76); }

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

<style>
 span { border-color: #38694C; }

 span { border-color: rgb(56,105,76); }

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