Html Css Color HEX #268579 Elm

📋 copy color: '#268579'

red 38 ◦ green 133 ◦ blue 121

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

Shades of Elm #268579

Tints of Elm #268579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.44%

R = 13.01%
G = 45.55%
B = 41.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#268579 (or 0x268579) is known color: Elm. HEX triplet: 26, 85 and 79. RGB value is (38,133,121). Sum of RGB (Red+Green+Blue) = 38+133+121=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #268579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268579 is #D97A86. Grayscale: #676767. Windows color (decimal): -14252679 or 7963942. OLE color: 7963942.

HSL color Cylindrical-coordinate representation of color #268579: hue angle of 172.42º 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 #268579 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 133 121 -
CMYK 0.71 0 0.09 0.48
HSL 172.42º 0.56% 0.34% -
HSV(B) 172.42º 0.71% 0.52% -
XYZ 12.64 18.57 21.01 -
YUV 103.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 38 133 121 0.71 0 0.09 0.48 172.42 0.56 0.34
Hex 26 85 79 47 0 9 30 AC 38 22
Octal 46 205 171 107 0 11 60 254 70 42
Binary 100110 10000101 1111001 1000111 0 1001 110000 10101100 111000 100010

Color Harmonies of #268579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268579

Black with #268579

Text Example


Text Example

White with #268579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268579; }

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

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

background-color css

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

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

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

border-color css

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

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

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