Html Css Color HEX #135C45 Jewel

📋 copy color: '#135C45'

red 19 ◦ green 92 ◦ blue 69

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

Shades of Jewel #135C45

Tints of Jewel #135C45

RGB

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

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

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

R = 10.56%
G = 51.11%
B = 38.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#135C45 (or 0x135C45) is known color: Jewel. HEX triplet: 13, 5C and 45. RGB value is (19,92,69). Sum of RGB (Red+Green+Blue) = 19+92+69=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #135C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C45 is #ECA3BA. Grayscale: #434343. Windows color (decimal): -15508411 or 4545555. OLE color: 4545555.

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

Color convert

RGB 19 92 69 -
CMYK 0.79 0 0.25 0.64
HSL 161.1º 0.66% 0.22% -
HSV(B) 161.1º 0.79% 0.36% -
XYZ 5.17 8.22 6.94 -
YUV 67.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 19 92 69 0.79 0 0.25 0.64 161.1 0.66 0.22
Hex 13 5C 45 4F 0 19 40 A1 42 16
Octal 23 134 105 117 0 31 100 241 102 26
Binary 10011 1011100 1000101 1001111 0 11001 1000000 10100001 1000010 10110

Color Harmonies of #135C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C45

Black with #135C45

Text Example


Text Example

White with #135C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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