Html Css Color HEX #13B367 Jade

📋 copy color: '#13B367'

red 19 ◦ green 179 ◦ blue 103

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

Shades of Jade #13B367

Tints of Jade #13B367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.47%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 6.31%
G = 59.47%
B = 34.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#13B367 (or 0x13B367) is known color: Jade. HEX triplet: 13, B3 and 67. RGB value is (19,179,103). Sum of RGB (Red+Green+Blue) = 19+179+103=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #13B367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B367 is #EC4C98. Grayscale: #7A7A7A. Windows color (decimal): -15486105 or 6796051. OLE color: 6796051.

HSL color Cylindrical-coordinate representation of color #13B367: hue angle of 151.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B367 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 179 103 -
CMYK 0.89 0 0.42 0.30
HSL 151.5º 0.81% 0.39% -
HSV(B) 151.5º 0.89% 0.7% -
XYZ 18.84 33.36 18.28 -
YUV 122.5 116.99 54.18 -
System Red Green Blue C M Y K H S L
Decimal 19 179 103 0.89 0 0.42 0.30 151.5 0.81 0.39
Hex 13 B3 67 59 0 2A 1E 98 51 27
Octal 23 263 147 131 0 52 36 230 121 47
Binary 10011 10110011 1100111 1011001 0 101010 11110 10011000 1010001 100111

Color Harmonies of #13B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B367

Black with #13B367

Text Example


Text Example

White with #13B367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,179,103); }

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

background-color css

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

 a { background-color: rgb(19,179,103); }

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

border-color css

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

 span { border-color: rgb(19,179,103); }

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