Html Css Color HEX #265A20 Myrtle

📋 copy color: '#265A20'

red 38 ◦ green 90 ◦ blue 32

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

Shades of Myrtle #265A20

Tints of Myrtle #265A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20%

R = 23.75%
G = 56.25%
B = 20%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#265A20 (or 0x265A20) is known color: Myrtle. HEX triplet: 26, 5A and 20. RGB value is (38,90,32). Sum of RGB (Red+Green+Blue) = 38+90+32=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #265A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A20 is #D9A5DF. Grayscale: #444444. Windows color (decimal): -14263776 or 2120230. OLE color: 2120230.

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

Color convert

RGB 38 90 32 -
CMYK 0.58 0 0.64 0.65
HSL 113.79º 0.48% 0.24% -
HSV(B) 113.79º 0.64% 0.35% -
XYZ 4.72 7.83 2.63 -
YUV 67.84 107.77 106.72 -
System Red Green Blue C M Y K H S L
Decimal 38 90 32 0.58 0 0.64 0.65 113.79 0.48 0.24
Hex 26 5A 20 3A 0 40 41 72 30 18
Octal 46 132 40 72 0 100 101 162 60 30
Binary 100110 1011010 100000 111010 0 1000000 1000001 1110010 110000 11000

Color Harmonies of #265A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A20

Black with #265A20

Text Example


Text Example

White with #265A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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