Html Css Color HEX #255F12 Myrtle

📋 copy color: '#255F12'

red 37 ◦ green 95 ◦ blue 18

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

Shades of Myrtle #255F12

Tints of Myrtle #255F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 63.33%

 BLUE value IS 18 (7.42% from 255) = 12%

R = 24.67%
G = 63.33%
B = 12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.81

 K value IS 0.63

RGB Variations

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

Color information

#255F12 (or 0x255F12) is known color: Myrtle. HEX triplet: 25, 5F and 12. RGB value is (37,95,18). Sum of RGB (Red+Green+Blue) = 37+95+18=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 95 (37.5% from 255 or 63.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 95 - color contains mainly: green. Hex color #255F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255F12 is #DAA0ED. Grayscale: #454545. Windows color (decimal): -14328046 or 1204005. OLE color: 1204005.

HSL color Cylindrical-coordinate representation of color #255F12: hue angle of 105.19º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255F12 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 95 18 -
CMYK 0.61 0 0.81 0.63
HSL 105.19º 0.68% 0.22% -
HSV(B) 105.19º 0.81% 0.37% -
XYZ 4.96 8.62 1.97 -
YUV 68.88 99.28 105.26 -
System Red Green Blue C M Y K H S L
Decimal 37 95 18 0.61 0 0.81 0.63 105.19 0.68 0.22
Hex 25 5F 12 3D 0 51 3F 69 44 16
Octal 45 137 22 75 0 121 77 151 104 26
Binary 100101 1011111 10010 111101 0 1010001 111111 1101001 1000100 10110

Color Harmonies of #255F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F12

Black with #255F12

Text Example


Text Example

White with #255F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,18); }

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

background-color css

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

 a { background-color: rgb(37,95,18); }

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

border-color css

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

 span { border-color: rgb(37,95,18); }

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