Html Css Color HEX #255C0D Myrtle

📋 copy color: '#255C0D'

red 37 ◦ green 92 ◦ blue 13

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

Shades of Myrtle #255C0D

Tints of Myrtle #255C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 64.79%

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

R = 26.06%
G = 64.79%
B = 9.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#255C0D (or 0x255C0D) is known color: Myrtle. HEX triplet: 25, 5C and 0D. RGB value is (37,92,13). Sum of RGB (Red+Green+Blue) = 37+92+13=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 92 (36.33% from 255 or 64.79% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 92 - color contains mainly: green. Hex color #255C0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255C0D is #DAA3F2. Grayscale: #424242. Windows color (decimal): -14328819 or 875557. OLE color: 875557.

HSL color Cylindrical-coordinate representation of color #255C0D: hue angle of 101.77º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #255C0D is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 92 13 -
CMYK 0.60 0 0.86 0.64
HSL 101.77º 0.75% 0.21% -
HSV(B) 101.77º 0.86% 0.36% -
XYZ 4.66 8.08 1.69 -
YUV 66.55 97.78 106.92 -
System Red Green Blue C M Y K H S L
Decimal 37 92 13 0.60 0 0.86 0.64 101.77 0.75 0.21
Hex 25 5C D 3C 0 56 40 66 4B 15
Octal 45 134 15 74 0 126 100 146 113 25
Binary 100101 1011100 1101 111100 0 1010110 1000000 1100110 1001011 10101

Color Harmonies of #255C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C0D

Black with #255C0D

Text Example


Text Example

White with #255C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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