Html Css Color HEX #135843 Jewel

📋 copy color: '#135843'

red 19 ◦ green 88 ◦ blue 67

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

Shades of Jewel #135843

Tints of Jewel #135843

RGB

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

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

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

R = 10.92%
G = 50.57%
B = 38.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#135843 (or 0x135843) is known color: Jewel. HEX triplet: 13, 58 and 43. RGB value is (19,88,67). Sum of RGB (Red+Green+Blue) = 19+88+67=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #135843 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135843 is #ECA7BC. Grayscale: #404040. Windows color (decimal): -15509437 or 4413459. OLE color: 4413459.

HSL color Cylindrical-coordinate representation of color #135843: hue angle of 161.74º 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 #135843 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 88 67 -
CMYK 0.78 0 0.24 0.65
HSL 161.74º 0.64% 0.21% -
HSV(B) 161.74º 0.78% 0.35% -
XYZ 4.77 7.52 6.51 -
YUV 64.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 19 88 67 0.78 0 0.24 0.65 161.74 0.64 0.21
Hex 13 58 43 4E 0 18 41 A2 40 15
Octal 23 130 103 116 0 30 101 242 100 25
Binary 10011 1011000 1000011 1001110 0 11000 1000001 10100010 1000000 10101

Color Harmonies of #135843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135843

Black with #135843

Text Example


Text Example

White with #135843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135843; }

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

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

background-color css

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

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

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

border-color css

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

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

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