Html Css Color HEX #265010 Myrtle

📋 copy color: '#265010'

red 38 ◦ green 80 ◦ blue 16

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

Shades of Myrtle #265010

Tints of Myrtle #265010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 59.7%

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 28.36%
G = 59.7%
B = 11.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#265010 (or 0x265010) is known color: Myrtle. HEX triplet: 26, 50 and 10. RGB value is (38,80,16). Sum of RGB (Red+Green+Blue) = 38+80+16=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #265010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265010 is #D9AFEF. Grayscale: #3C3C3C. Windows color (decimal): -14266352 or 1069094. OLE color: 1069094.

HSL color Cylindrical-coordinate representation of color #265010: hue angle of 99.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265010 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 80 16 -
CMYK 0.52 0 0.80 0.69
HSL 99.38º 0.67% 0.19% -
HSV(B) 99.38º 0.8% 0.31% -
XYZ 3.76 6.19 1.49 -
YUV 60.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 38 80 16 0.52 0 0.80 0.69 99.38 0.67 0.19
Hex 26 50 10 34 0 50 45 63 43 13
Octal 46 120 20 64 0 120 105 143 103 23
Binary 100110 1010000 10000 110100 0 1010000 1000101 1100011 1000011 10011

Color Harmonies of #265010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265010

Black with #265010

Text Example


Text Example

White with #265010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265010; }

 p { color: rgb(38,80,16); }

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

background-color css

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

 a { background-color: rgb(38,80,16); }

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

border-color css

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

 span { border-color: rgb(38,80,16); }

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