#38674B

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

Shades of Plantation #38674B

Tints of Plantation #38674B

Color information

#38674B (or 0x38674B) is unknown color: approx Plantation. HEX triplet: 38, 67 and 4B. RGB value is (56,103,75). Sum of RGB (Red+Green+Blue) = 56+103+75=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #38674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38674B is #C798B4. Grayscale: #555555. Windows color (decimal): -13080757 or 4941624. OLE color: 4941624.

HSL color Cylindrical-coordinate representation of color #38674B: hue angle of 144.26º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38674B is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB5610375-
CMYK0.4600.270.60
HSL144.26º29.56%31.18%-
HSV(B)144.26º45.63%40.39%-
XYZ7.7511.058.38-
YUV85.76121.93106.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=23.93%
G=44.02%
B=32.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103750.4600.270.60144.2629.5631.18
Hex38674B2E01B3C901e1f
Octal7014711356033742203637
Binary11100011001111001011101110011011111100100100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38674B; }

 p { color: rgb(56,103,75); }

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

<style>
 a { background-color: #38674B; }

 a { background-color: rgb(56,103,75); }

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

<style>
 span { border-color: #38674B; }

 span { border-color: rgb(56,103,75); }

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