Html Css Color HEX #13C368 Jade

📋 copy color: '#13C368'

red 19 ◦ green 195 ◦ blue 104

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

Shades of Jade #13C368

Tints of Jade #13C368

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.32%

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 5.97%
G = 61.32%
B = 32.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#13C368 (or 0x13C368) is known color: Jade. HEX triplet: 13, C3 and 68. RGB value is (19,195,104). Sum of RGB (Red+Green+Blue) = 19+195+104=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #13C368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C368 is #EC3C97. Grayscale: #848484. Windows color (decimal): -15482008 or 6865683. OLE color: 6865683.

HSL color Cylindrical-coordinate representation of color #13C368: hue angle of 148.98º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C368 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 195 104 -
CMYK 0.90 0 0.47 0.24
HSL 148.98º 0.82% 0.42% -
HSV(B) 148.98º 0.9% 0.76% -
XYZ 22.28 40.17 19.68 -
YUV 132 112.19 47.4 -
System Red Green Blue C M Y K H S L
Decimal 19 195 104 0.90 0 0.47 0.24 148.98 0.82 0.42
Hex 13 C3 68 5A 0 2F 18 95 52 2A
Octal 23 303 150 132 0 57 30 225 122 52
Binary 10011 11000011 1101000 1011010 0 101111 11000 10010101 1010010 101010

Color Harmonies of #13C368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C368

Black with #13C368

Text Example


Text Example

White with #13C368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13C368; }

 p { color: rgb(19,195,104); }

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

background-color css

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

 a { background-color: rgb(19,195,104); }

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

border-color css

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

 span { border-color: rgb(19,195,104); }

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