Html Css Color HEX #165E43 Jewel

📋 copy color: '#165E43'

red 22 ◦ green 94 ◦ blue 67

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

Shades of Jewel #165E43

Tints of Jewel #165E43

RGB

 RED value IS 22 (8.98% from 255) = 12.02%

 GREEN value IS 94 (37.11% from 255) = 51.37%

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

R = 12.02%
G = 51.37%
B = 36.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#165E43 (or 0x165E43) is known color: Jewel. HEX triplet: 16, 5E and 43. RGB value is (22,94,67). Sum of RGB (Red+Green+Blue) = 22+94+67=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 94 (37.11% from 255 or 51.37% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 94 - color contains mainly: green. Hex color #165E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E43 is #E9A1BC. Grayscale: #454545. Windows color (decimal): -15311293 or 4414998. OLE color: 4414998.

HSL color Cylindrical-coordinate representation of color #165E43: hue angle of 157.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165E43 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 94 67 -
CMYK 0.77 0 0.29 0.63
HSL 157.5º 0.62% 0.23% -
HSV(B) 157.5º 0.77% 0.37% -
XYZ 5.35 8.58 6.68 -
YUV 69.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 22 94 67 0.77 0 0.29 0.63 157.5 0.62 0.23
Hex 16 5E 43 4D 0 1D 3F 9E 3E 17
Octal 26 136 103 115 0 35 77 236 76 27
Binary 10110 1011110 1000011 1001101 0 11101 111111 10011110 111110 10111

Color Harmonies of #165E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165E43

Black with #165E43

Text Example


Text Example

White with #165E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165E43; }

 p { color: rgb(22,94,67); }

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

background-color css

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

 a { background-color: rgb(22,94,67); }

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

border-color css

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

 span { border-color: rgb(22,94,67); }

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