Html Css Color HEX #135C43 Jewel

📋 copy color: '#135C43'

red 19 ◦ green 92 ◦ blue 67

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

Shades of Jewel #135C43

Tints of Jewel #135C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.64%

R = 10.67%
G = 51.69%
B = 37.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#135C43 (or 0x135C43) is known color: Jewel. HEX triplet: 13, 5C and 43. RGB value is (19,92,67). Sum of RGB (Red+Green+Blue) = 19+92+67=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #135C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C43 is #ECA3BC. Grayscale: #434343. Windows color (decimal): -15508413 or 4414483. OLE color: 4414483.

HSL color Cylindrical-coordinate representation of color #135C43: hue angle of 159.45º 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 #135C43 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 92 67 -
CMYK 0.79 0 0.27 0.64
HSL 159.45º 0.66% 0.22% -
HSV(B) 159.45º 0.79% 0.36% -
XYZ 5.11 8.2 6.62 -
YUV 67.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 19 92 67 0.79 0 0.27 0.64 159.45 0.66 0.22
Hex 13 5C 43 4F 0 1B 40 9F 42 16
Octal 23 134 103 117 0 33 100 237 102 26
Binary 10011 1011100 1000011 1001111 0 11011 1000000 10011111 1000010 10110

Color Harmonies of #135C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C43

Black with #135C43

Text Example


Text Example

White with #135C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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