Html Css Color HEX #135845 Jewel

📋 copy color: '#135845'

red 19 ◦ green 88 ◦ blue 69

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

Shades of Jewel #135845

Tints of Jewel #135845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50%

 BLUE value IS 69 (27.34% from 255) = 39.2%

R = 10.8%
G = 50%
B = 39.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#135845 (or 0x135845) is known color: Jewel. HEX triplet: 13, 58 and 45. RGB value is (19,88,69). Sum of RGB (Red+Green+Blue) = 19+88+69=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #135845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135845 is #ECA7BA. Grayscale: #414141. Windows color (decimal): -15509435 or 4544531. OLE color: 4544531.

HSL color Cylindrical-coordinate representation of color #135845: hue angle of 163.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135845 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 69 -
CMYK 0.78 0 0.22 0.65
HSL 163.48º 0.64% 0.21% -
HSV(B) 163.48º 0.78% 0.35% -
XYZ 4.83 7.55 6.83 -
YUV 65.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 19 88 69 0.78 0 0.22 0.65 163.48 0.64 0.21
Hex 13 58 45 4E 0 16 41 A3 40 15
Octal 23 130 105 116 0 26 101 243 100 25
Binary 10011 1011000 1000101 1001110 0 10110 1000001 10100011 1000000 10101

Color Harmonies of #135845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135845

Black with #135845

Text Example


Text Example

White with #135845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135845; }

 p { color: rgb(19,88,69); }

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

background-color css

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

 a { background-color: rgb(19,88,69); }

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

border-color css

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

 span { border-color: rgb(19,88,69); }

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