Html Css Color HEX #268479 Elm

📋 copy color: '#268479'

red 38 ◦ green 132 ◦ blue 121

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

Shades of Elm #268479

Tints of Elm #268479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

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

R = 13.06%
G = 45.36%
B = 41.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#268479 (or 0x268479) is known color: Elm. HEX triplet: 26, 84 and 79. RGB value is (38,132,121). Sum of RGB (Red+Green+Blue) = 38+132+121=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #268479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268479 is #D97B86. Grayscale: #666666. Windows color (decimal): -14252935 or 7963686. OLE color: 7963686.

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

Color convert

RGB 38 132 121 -
CMYK 0.71 0 0.08 0.48
HSL 172.98º 0.55% 0.33% -
HSV(B) 172.98º 0.71% 0.52% -
XYZ 12.5 18.3 20.96 -
YUV 102.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 38 132 121 0.71 0 0.08 0.48 172.98 0.55 0.33
Hex 26 84 79 47 0 8 30 AD 37 21
Octal 46 204 171 107 0 10 60 255 67 41
Binary 100110 10000100 1111001 1000111 0 1000 110000 10101101 110111 100001

Color Harmonies of #268479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268479

Black with #268479

Text Example


Text Example

White with #268479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268479; }

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

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

background-color css

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

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

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

border-color css

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

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

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