#38625B

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

Shades of Eden #38625B

Tints of Eden #38625B

Color information

#38625B (or 0x38625B) is unknown color: approx Eden. HEX triplet: 38, 62 and 5B. RGB value is (56,98,91). Sum of RGB (Red+Green+Blue) = 56+98+91=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #38625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38625B is #C79DA4. Grayscale: #545454. Windows color (decimal): -13082021 or 5988920. OLE color: 5988920.

HSL color Cylindrical-coordinate representation of color #38625B: hue angle of 170º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38625B is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB569891-
CMYK0.4300.070.62
HSL170º27.27%30.2%-
HSV(B)170º42.86%38.43%-
XYZ7.8910.3311.48-
YUV84.64131.59107.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=22.86%
G=40%
B=37.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698910.4300.070.6217027.2730.2
Hex38625B2B073Eaa1b1e
Octal701421335307762523336
Binary111000110001010110111010110111111110101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,98,91); }

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

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

 a { background-color: rgb(56,98,91); }

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

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

 span { border-color: rgb(56,98,91); }

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