Html Css Color HEX #266655 Eden

📋 copy color: '#266655'

red 38 ◦ green 102 ◦ blue 85

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

Shades of Eden #266655

Tints of Eden #266655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 85 (33.59% from 255) = 37.78%

R = 16.89%
G = 45.33%
B = 37.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#266655 (or 0x266655) is known color: Eden. HEX triplet: 26, 66 and 55. RGB value is (38,102,85). Sum of RGB (Red+Green+Blue) = 38+102+85=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #266655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266655 is #D999AA. Grayscale: #505050. Windows color (decimal): -14260651 or 5596710. OLE color: 5596710.

HSL color Cylindrical-coordinate representation of color #266655: hue angle of 164.06º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266655 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 102 85 -
CMYK 0.63 0 0.17 0.6
HSL 164.06º 0.46% 0.27% -
HSV(B) 164.06º 0.63% 0.4% -
XYZ 7.19 10.57 10.26 -
YUV 80.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 38 102 85 0.63 0 0.17 0.6 164.06 0.46 0.27
Hex 26 66 55 3F 0 11 3C A4 2E 1B
Octal 46 146 125 77 0 21 74 244 56 33
Binary 100110 1100110 1010101 111111 0 10001 111100 10100100 101110 11011

Color Harmonies of #266655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266655

Black with #266655

Text Example


Text Example

White with #266655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266655; }

 p { color: rgb(38,102,85); }

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

background-color css

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

 a { background-color: rgb(38,102,85); }

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

border-color css

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

 span { border-color: rgb(38,102,85); }

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