Html Css Color HEX #13B067 Jade

📋 copy color: '#13B067'

red 19 ◦ green 176 ◦ blue 103

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

Shades of Jade #13B067

Tints of Jade #13B067

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.06%

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

R = 6.38%
G = 59.06%
B = 34.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#13B067 (or 0x13B067) is known color: Jade. HEX triplet: 13, B0 and 67. RGB value is (19,176,103). Sum of RGB (Red+Green+Blue) = 19+176+103=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #13B067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B067 is #EC4F98. Grayscale: #787878. Windows color (decimal): -15486873 or 6795283. OLE color: 6795283.

HSL color Cylindrical-coordinate representation of color #13B067: hue angle of 152.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B067 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 176 103 -
CMYK 0.89 0 0.41 0.31
HSL 152.1º 0.81% 0.38% -
HSV(B) 152.1º 0.89% 0.69% -
XYZ 18.24 32.17 18.08 -
YUV 120.74 117.99 55.44 -
System Red Green Blue C M Y K H S L
Decimal 19 176 103 0.89 0 0.41 0.31 152.1 0.81 0.38
Hex 13 B0 67 59 0 29 1F 98 51 26
Octal 23 260 147 131 0 51 37 230 121 46
Binary 10011 10110000 1100111 1011001 0 101001 11111 10011000 1010001 100110

Color Harmonies of #13B067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B067

Black with #13B067

Text Example


Text Example

White with #13B067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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