Html Css Color HEX #268573 Elm

📋 copy color: '#268573'

red 38 ◦ green 133 ◦ blue 115

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

Shades of Elm #268573

Tints of Elm #268573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 13.29%
G = 46.5%
B = 40.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#268573 (or 0x268573) is known color: Elm. HEX triplet: 26, 85 and 73. RGB value is (38,133,115). Sum of RGB (Red+Green+Blue) = 38+133+115=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #268573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268573 is #D97A8C. Grayscale: #666666. Windows color (decimal): -14252685 or 7570726. OLE color: 7570726.

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

Color convert

RGB 38 133 115 -
CMYK 0.71 0 0.14 0.48
HSL 168.63º 0.56% 0.34% -
HSV(B) 168.63º 0.71% 0.52% -
XYZ 12.28 18.42 19.13 -
YUV 102.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 38 133 115 0.71 0 0.14 0.48 168.63 0.56 0.34
Hex 26 85 73 47 0 E 30 A9 38 22
Octal 46 205 163 107 0 16 60 251 70 42
Binary 100110 10000101 1110011 1000111 0 1110 110000 10101001 111000 100010

Color Harmonies of #268573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268573

Black with #268573

Text Example


Text Example

White with #268573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268573; }

 p { color: rgb(38,133,115); }

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

background-color css

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

 a { background-color: rgb(38,133,115); }

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

border-color css

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

 span { border-color: rgb(38,133,115); }

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