Html Css Color HEX #135C01 Myrtle

📋 copy color: '#135C01'

red 19 ◦ green 92 ◦ blue 1

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

Shades of Myrtle #135C01

Tints of Myrtle #135C01

RGB

 RED value IS 19 (7.81% from 255) = 16.96%

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

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

R = 16.96%
G = 82.14%
B = 0.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#135C01 (or 0x135C01) is known color: Myrtle. HEX triplet: 13, 5C and 01. RGB value is (19,92,1). Sum of RGB (Red+Green+Blue) = 19+92+1=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 92 (36.33% from 255 or 82.14% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 92 - color contains mainly: green. Hex color #135C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135C01 is #ECA3FE. Grayscale: #3C3C3C. Windows color (decimal): -15508479 or 89107. OLE color: 89107.

HSL color Cylindrical-coordinate representation of color #135C01: hue angle of 108.13º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #135C01 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 92 1 -
CMYK 0.79 0 0.99 0.64
HSL 108.13º 0.98% 0.18% -
HSV(B) 108.13º 0.99% 0.36% -
XYZ 4.1 7.79 1.32 -
YUV 59.8 94.82 98.9 -
System Red Green Blue C M Y K H S L
Decimal 19 92 1 0.79 0 0.99 0.64 108.13 0.98 0.18
Hex 13 5C 1 4F 0 63 40 6C 62 12
Octal 23 134 1 117 0 143 100 154 142 22
Binary 10011 1011100 1 1001111 0 1100011 1000000 1101100 1100010 10010

Color Harmonies of #135C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C01

Black with #135C01

Text Example


Text Example

White with #135C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135C01; }

 p { color: rgb(19,92,1); }

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

background-color css

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

 a { background-color: rgb(19,92,1); }

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

border-color css

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

 span { border-color: rgb(19,92,1); }

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