Html Css Color HEX #255201 Myrtle

📋 copy color: '#255201'

red 37 ◦ green 82 ◦ blue 1

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

Shades of Myrtle #255201

Tints of Myrtle #255201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 68.33%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 30.83%
G = 68.33%
B = 0.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#255201 (or 0x255201) is known color: Myrtle. HEX triplet: 25, 52 and 01. RGB value is (37,82,1). Sum of RGB (Red+Green+Blue) = 37+82+1=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #255201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255201 is #DAADFE. Grayscale: #3B3B3B. Windows color (decimal): -14331391 or 86565. OLE color: 86565.

HSL color Cylindrical-coordinate representation of color #255201: hue angle of 93.33º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #255201 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 1 -
CMYK 0.55 0 0.99 0.68
HSL 93.33º 0.98% 0.16% -
HSV(B) 93.33º 0.99% 0.32% -
XYZ 3.79 6.43 1.07 -
YUV 59.31 95.09 112.09 -
System Red Green Blue C M Y K H S L
Decimal 37 82 1 0.55 0 0.99 0.68 93.33 0.98 0.16
Hex 25 52 1 37 0 63 44 5D 62 10
Octal 45 122 1 67 0 143 104 135 142 20
Binary 100101 1010010 1 110111 0 1100011 1000100 1011101 1100010 10000

Color Harmonies of #255201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255201

Black with #255201

Text Example


Text Example

White with #255201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255201; }

 p { color: rgb(37,82,1); }

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

background-color css

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

 a { background-color: rgb(37,82,1); }

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

border-color css

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

 span { border-color: rgb(37,82,1); }

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