Html Css Color HEX #26695F Eden

📋 copy color: '#26695F'

red 38 ◦ green 105 ◦ blue 95

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

Shades of Eden #26695F

Tints of Eden #26695F

RGB

 RED value IS 38 (15.23% from 255) = 15.97%

 GREEN value IS 105 (41.41% from 255) = 44.12%

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

R = 15.97%
G = 44.12%
B = 39.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#26695F (or 0x26695F) is known color: Eden. HEX triplet: 26, 69 and 5F. RGB value is (38,105,95). Sum of RGB (Red+Green+Blue) = 38+105+95=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #26695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26695F is #D996A0. Grayscale: #535353. Windows color (decimal): -14259873 or 6252838. OLE color: 6252838.

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

Color convert

RGB 38 105 95 -
CMYK 0.64 0 0.10 0.59
HSL 171.04º 0.47% 0.28% -
HSV(B) 171.04º 0.64% 0.41% -
XYZ 7.92 11.34 12.6 -
YUV 83.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 38 105 95 0.64 0 0.10 0.59 171.04 0.47 0.28
Hex 26 69 5F 40 0 A 3B AB 2F 1C
Octal 46 151 137 100 0 12 73 253 57 34
Binary 100110 1101001 1011111 1000000 0 1010 111011 10101011 101111 11100

Color Harmonies of #26695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26695F

Black with #26695F

Text Example


Text Example

White with #26695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,105,95); }

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

background-color css

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

 a { background-color: rgb(38,105,95); }

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

border-color css

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

 span { border-color: rgb(38,105,95); }

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