Html Css Color HEX #265A46 Evening Sea

📋 copy color: '#265A46'

red 38 ◦ green 90 ◦ blue 70

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

Shades of Evening Sea #265A46

Tints of Evening Sea #265A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.45%

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 19.19%
G = 45.45%
B = 35.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#265A46 (or 0x265A46) is known color: Evening Sea. HEX triplet: 26, 5A and 46. RGB value is (38,90,70). Sum of RGB (Red+Green+Blue) = 38+90+70=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #265A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A46 is #D9A5B9. Grayscale: #484848. Windows color (decimal): -14263738 or 4610598. OLE color: 4610598.

HSL color Cylindrical-coordinate representation of color #265A46: hue angle of 156.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A46 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 90 70 -
CMYK 0.58 0 0.22 0.65
HSL 156.92º 0.41% 0.25% -
HSV(B) 156.92º 0.58% 0.35% -
XYZ 5.56 8.17 7.08 -
YUV 72.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 38 90 70 0.58 0 0.22 0.65 156.92 0.41 0.25
Hex 26 5A 46 3A 0 16 41 9D 29 19
Octal 46 132 106 72 0 26 101 235 51 31
Binary 100110 1011010 1000110 111010 0 10110 1000001 10011101 101001 11001

Color Harmonies of #265A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A46

Black with #265A46

Text Example


Text Example

White with #265A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265A46; }

 p { color: rgb(38,90,70); }

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

background-color css

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

 a { background-color: rgb(38,90,70); }

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

border-color css

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

 span { border-color: rgb(38,90,70); }

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