Html Css Color HEX #255D00 Myrtle

📋 copy color: '#255D00'

red 37 ◦ green 93 ◦ blue 0

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

Shades of Myrtle #255D00

Tints of Myrtle #255D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 71.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.46%
G = 71.54%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#255D00 (or 0x255D00) is known color: Myrtle. HEX triplet: 25, 5D and 00. RGB value is (37,93,0). Sum of RGB (Red+Green+Blue) = 37+93+0=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #255D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255D00 is #DAA2FF. Grayscale: #414141. Windows color (decimal): -14328576 or 23845. OLE color: 23845.

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

Color convert

RGB 37 93 0 -
CMYK 0.60 0 1 0.64
HSL 96.13º 1% 0.18% -
HSV(B) 96.13º 1% 0.36% -
XYZ 4.68 8.22 1.34 -
YUV 65.65 90.95 107.56 -
System Red Green Blue C M Y K H S L
Decimal 37 93 0 0.60 0 1 0.64 96.13 1 0.18
Hex 25 5D 0 3C 0 64 40 60 64 12
Octal 45 135 0 74 0 144 100 140 144 22
Binary 100101 1011101 0 111100 0 1100100 1000000 1100000 1100100 10010

Color Harmonies of #255D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D00

Black with #255D00

Text Example


Text Example

White with #255D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,93,0); }

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

background-color css

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

 a { background-color: rgb(37,93,0); }

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

border-color css

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

 span { border-color: rgb(37,93,0); }

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