Html Css Color HEX #268577 Elm

📋 copy color: '#268577'

red 38 ◦ green 133 ◦ blue 119

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

Shades of Elm #268577

Tints of Elm #268577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 13.1%
G = 45.86%
B = 41.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#268577 (or 0x268577) is known color: Elm. HEX triplet: 26, 85 and 77. RGB value is (38,133,119). Sum of RGB (Red+Green+Blue) = 38+133+119=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #268577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268577 is #D97A88. Grayscale: #666666. Windows color (decimal): -14252681 or 7832870. OLE color: 7832870.

HSL color Cylindrical-coordinate representation of color #268577: hue angle of 171.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268577 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 133 119 -
CMYK 0.71 0 0.11 0.48
HSL 171.16º 0.56% 0.34% -
HSV(B) 171.16º 0.71% 0.52% -
XYZ 12.52 18.52 20.37 -
YUV 103 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 38 133 119 0.71 0 0.11 0.48 171.16 0.56 0.34
Hex 26 85 77 47 0 B 30 AB 38 22
Octal 46 205 167 107 0 13 60 253 70 42
Binary 100110 10000101 1110111 1000111 0 1011 110000 10101011 111000 100010

Color Harmonies of #268577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268577

Black with #268577

Text Example


Text Example

White with #268577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268577; }

 p { color: rgb(38,133,119); }

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

background-color css

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

 a { background-color: rgb(38,133,119); }

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

border-color css

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

 span { border-color: rgb(38,133,119); }

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