Html Css Color HEX #255504 Myrtle

📋 copy color: '#255504'

red 37 ◦ green 85 ◦ blue 4

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

Shades of Myrtle #255504

Tints of Myrtle #255504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 67.46%

 BLUE value IS 4 (1.95% from 255) = 3.17%

R = 29.37%
G = 67.46%
B = 3.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#255504 (or 0x255504) is known color: Myrtle. HEX triplet: 25, 55 and 04. RGB value is (37,85,4). Sum of RGB (Red+Green+Blue) = 37+85+4=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #255504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255504 is #DAAAFB. Grayscale: #3D3D3D. Windows color (decimal): -14330620 or 283941. OLE color: 283941.

HSL color Cylindrical-coordinate representation of color #255504: hue angle of 95.56º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #255504 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 4 -
CMYK 0.56 0 0.95 0.67
HSL 95.56º 0.91% 0.17% -
HSV(B) 95.56º 0.95% 0.33% -
XYZ 4.03 6.9 1.23 -
YUV 61.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 37 85 4 0.56 0 0.95 0.67 95.56 0.91 0.17
Hex 25 55 4 38 0 5F 43 60 5B 11
Octal 45 125 4 70 0 137 103 140 133 21
Binary 100101 1010101 100 111000 0 1011111 1000011 1100000 1011011 10001

Color Harmonies of #255504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255504

Black with #255504

Text Example


Text Example

White with #255504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255504; }

 p { color: rgb(37,85,4); }

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

background-color css

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

 a { background-color: rgb(37,85,4); }

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

border-color css

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

 span { border-color: rgb(37,85,4); }

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