Html Css Color HEX #266555 Eden

📋 copy color: '#266555'

red 38 ◦ green 101 ◦ blue 85

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

Shades of Eden #266555

Tints of Eden #266555

RGB

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

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

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

R = 16.96%
G = 45.09%
B = 37.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#266555 (or 0x266555) is known color: Eden. HEX triplet: 26, 65 and 55. RGB value is (38,101,85). Sum of RGB (Red+Green+Blue) = 38+101+85=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #266555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266555 is #D99AAA. Grayscale: #505050. Windows color (decimal): -14260907 or 5596454. OLE color: 5596454.

HSL color Cylindrical-coordinate representation of color #266555: hue angle of 164.76º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266555 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 101 85 -
CMYK 0.62 0 0.16 0.60
HSL 164.76º 0.45% 0.27% -
HSV(B) 164.76º 0.62% 0.4% -
XYZ 7.09 10.38 10.22 -
YUV 80.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 38 101 85 0.62 0 0.16 0.60 164.76 0.45 0.27
Hex 26 65 55 3E 0 10 3C A5 2D 1B
Octal 46 145 125 76 0 20 74 245 55 33
Binary 100110 1100101 1010101 111110 0 10000 111100 10100101 101101 11011

Color Harmonies of #266555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266555

Black with #266555

Text Example


Text Example

White with #266555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266555; }

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

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

background-color css

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

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

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

border-color css

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

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

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