Html Css Color HEX #268078 Elm

📋 copy color: '#268078'

red 38 ◦ green 128 ◦ blue 120

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

Shades of Elm #268078

Tints of Elm #268078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.76%

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 13.29%
G = 44.76%
B = 41.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#268078 (or 0x268078) is known color: Elm. HEX triplet: 26, 80 and 78. RGB value is (38,128,120). Sum of RGB (Red+Green+Blue) = 38+128+120=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #268078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268078 is #D97F87. Grayscale: #646464. Windows color (decimal): -14253960 or 7897126. OLE color: 7897126.

HSL color Cylindrical-coordinate representation of color #268078: hue angle of 174.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268078 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 128 120 -
CMYK 0.70 0 0.06 0.50
HSL 174.67º 0.54% 0.33% -
HSV(B) 174.67º 0.7% 0.5% -
XYZ 11.91 17.21 20.46 -
YUV 100.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 38 128 120 0.70 0 0.06 0.50 174.67 0.54 0.33
Hex 26 80 78 46 0 6 32 AF 36 21
Octal 46 200 170 106 0 6 62 257 66 41
Binary 100110 10000000 1111000 1000110 0 110 110010 10101111 110110 100001

Color Harmonies of #268078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268078

Black with #268078

Text Example


Text Example

White with #268078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268078; }

 p { color: rgb(38,128,120); }

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

background-color css

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

 a { background-color: rgb(38,128,120); }

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

border-color css

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

 span { border-color: rgb(38,128,120); }

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