Html Css Color HEX #255A0D Myrtle

📋 copy color: '#255A0D'

red 37 ◦ green 90 ◦ blue 13

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

Shades of Myrtle #255A0D

Tints of Myrtle #255A0D

RGB

 RED value IS 37 (14.84% from 255) = 26.43%

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

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 26.43%
G = 64.29%
B = 9.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#255A0D (or 0x255A0D) is known color: Myrtle. HEX triplet: 25, 5A and 0D. RGB value is (37,90,13). Sum of RGB (Red+Green+Blue) = 37+90+13=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 90 (35.55% from 255 or 64.29% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 90 - color contains mainly: green. Hex color #255A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255A0D is #DAA5F2. Grayscale: #414141. Windows color (decimal): -14329331 or 875045. OLE color: 875045.

HSL color Cylindrical-coordinate representation of color #255A0D: hue angle of 101.3º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #255A0D is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 90 13 -
CMYK 0.59 0 0.86 0.65
HSL 101.3º 0.75% 0.2% -
HSV(B) 101.3º 0.86% 0.35% -
XYZ 4.49 7.73 1.64 -
YUV 65.38 98.44 107.76 -
System Red Green Blue C M Y K H S L
Decimal 37 90 13 0.59 0 0.86 0.65 101.3 0.75 0.2
Hex 25 5A D 3B 0 56 41 65 4B 14
Octal 45 132 15 73 0 126 101 145 113 24
Binary 100101 1011010 1101 111011 0 1010110 1000001 1100101 1001011 10100

Color Harmonies of #255A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A0D

Black with #255A0D

Text Example


Text Example

White with #255A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255A0D; }

 p { color: rgb(37,90,13); }

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

background-color css

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

 a { background-color: rgb(37,90,13); }

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

border-color css

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

 span { border-color: rgb(37,90,13); }

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