Html Css Color HEX #268374 Elm

📋 copy color: '#268374'

red 38 ◦ green 131 ◦ blue 116

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

Shades of Elm #268374

Tints of Elm #268374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 13.33%
G = 45.96%
B = 40.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#268374 (or 0x268374) is known color: Elm. HEX triplet: 26, 83 and 74. RGB value is (38,131,116). Sum of RGB (Red+Green+Blue) = 38+131+116=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #268374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268374 is #D97C8B. Grayscale: #656565. Windows color (decimal): -14253196 or 7635750. OLE color: 7635750.

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

Color convert

RGB 38 131 116 -
CMYK 0.71 0 0.11 0.49
HSL 170.32º 0.55% 0.33% -
HSV(B) 170.32º 0.71% 0.51% -
XYZ 12.07 17.91 19.34 -
YUV 101.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 38 131 116 0.71 0 0.11 0.49 170.32 0.55 0.33
Hex 26 83 74 47 0 B 31 AA 37 21
Octal 46 203 164 107 0 13 61 252 67 41
Binary 100110 10000011 1110100 1000111 0 1011 110001 10101010 110111 100001

Color Harmonies of #268374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268374

Black with #268374

Text Example


Text Example

White with #268374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268374; }

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

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

background-color css

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

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

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

border-color css

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

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

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