Html Css Color HEX #268476 Elm

📋 copy color: '#268476'

red 38 ◦ green 132 ◦ blue 118

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

Shades of Elm #268476

Tints of Elm #268476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 13.19%
G = 45.83%
B = 40.97%

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

#268476 (or 0x268476) is known color: Elm. HEX triplet: 26, 84 and 76. RGB value is (38,132,118). Sum of RGB (Red+Green+Blue) = 38+132+118=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #268476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268476 is #D97B89. Grayscale: #666666. Windows color (decimal): -14252938 or 7767078. OLE color: 7767078.

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

Color convert

RGB 38 132 118 -
CMYK 0.71 0 0.11 0.48
HSL 171.06º 0.55% 0.33% -
HSV(B) 171.06º 0.71% 0.52% -
XYZ 12.32 18.22 20.01 -
YUV 102.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 38 132 118 0.71 0 0.11 0.48 171.06 0.55 0.33
Hex 26 84 76 47 0 B 30 AB 37 21
Octal 46 204 166 107 0 13 60 253 67 41
Binary 100110 10000100 1110110 1000111 0 1011 110000 10101011 110111 100001

Color Harmonies of #268476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268476

Black with #268476

Text Example


Text Example

White with #268476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268476; }

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

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

background-color css

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

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

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

border-color css

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

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

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