Html Css Color HEX #268377 Elm

📋 copy color: '#268377'

red 38 ◦ green 131 ◦ blue 119

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

Shades of Elm #268377

Tints of Elm #268377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

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

R = 13.19%
G = 45.49%
B = 41.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#268377 (or 0x268377) is known color: Elm. HEX triplet: 26, 83 and 77. RGB value is (38,131,119). Sum of RGB (Red+Green+Blue) = 38+131+119=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #268377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268377 is #D97C88. Grayscale: #656565. Windows color (decimal): -14253193 or 7832358. OLE color: 7832358.

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

Color convert

RGB 38 131 119 -
CMYK 0.71 0 0.09 0.49
HSL 172.26º 0.55% 0.33% -
HSV(B) 172.26º 0.71% 0.51% -
XYZ 12.25 17.98 20.28 -
YUV 101.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 38 131 119 0.71 0 0.09 0.49 172.26 0.55 0.33
Hex 26 83 77 47 0 9 31 AC 37 21
Octal 46 203 167 107 0 11 61 254 67 41
Binary 100110 10000011 1110111 1000111 0 1001 110001 10101100 110111 100001

Color Harmonies of #268377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268377

Black with #268377

Text Example


Text Example

White with #268377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268377; }

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

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

background-color css

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

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

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

border-color css

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

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

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