Html Css Color HEX #38655F Eden

📋 copy color: '#38655F'

red 56 ◦ green 101 ◦ blue 95

#38655F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #38655F

Tints of Eden #38655F

RGB

 RED value IS 56 (22.27% from 255) = 22.22%

 GREEN value IS 101 (39.84% from 255) = 40.08%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 22.22%
G = 40.08%
B = 37.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#38655F (or 0x38655F) is known color: Eden. HEX triplet: 38, 65 and 5F. RGB value is (56,101,95). Sum of RGB (Red+Green+Blue) = 56+101+95=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #38655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38655F is #C79AA0. Grayscale: #565656. Windows color (decimal): -13081249 or 6251832. OLE color: 6251832.

HSL color Cylindrical-coordinate representation of color #38655F: hue angle of 172º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38655F is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 95 -
CMYK 0.45 0 0.06 0.60
HSL 172º 0.29% 0.31% -
HSV(B) 172º 0.45% 0.4% -
XYZ 8.35 10.97 12.5 -
YUV 86.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 56 101 95 0.45 0 0.06 0.60 172 0.29 0.31
Hex 38 65 5F 2D 0 6 3C AC 1D 1F
Octal 70 145 137 55 0 6 74 254 35 37
Binary 111000 1100101 1011111 101101 0 110 111100 10101100 11101 11111

Color Harmonies of #38655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38655F

Black with #38655F

Text Example


Text Example

White with #38655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38655F; }

 p { color: rgb(56,101,95); }

 H1.HeaderClassName
 {
   color: #38655F;
 }
 .AnyTagClassName
 {
   color: #38655F;
 }
</style>

background-color css

<style>
 a { background-color: #38655F; }

 a { background-color: rgb(56,101,95); }

 div.DivClassName
 {
   background-color: #38655F;
 }
 .BgClassName
 {
   background-color: #38655F;
 }
</style>

border-color css

<style>
 span { border-color: #38655F; }

 span { border-color: rgb(56,101,95); }

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