Html Css Color HEX #3A8A83 Lochinvar

📋 copy color: '#3A8A83'

red 58 ◦ green 138 ◦ blue 131

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

Shades of Lochinvar #3A8A83

Tints of Lochinvar #3A8A83

RGB

 RED value IS 58 (23.05% from 255) = 17.74%

 GREEN value IS 138 (54.3% from 255) = 42.2%

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 17.74%
G = 42.2%
B = 40.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#3A8A83 (or 0x3A8A83) is known color: Lochinvar. HEX triplet: 3A, 8A and 83. RGB value is (58,138,131). Sum of RGB (Red+Green+Blue) = 58+138+131=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8A83 is #C5757C. Grayscale: #717171. Windows color (decimal): -12940669 or 8620602. OLE color: 8620602.

HSL color Cylindrical-coordinate representation of color #3A8A83: hue angle of 174.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A83 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 138 131 -
CMYK 0.58 0 0.05 0.46
HSL 174.75º 0.41% 0.38% -
HSV(B) 174.75º 0.58% 0.54% -
XYZ 14.93 20.72 24.68 -
YUV 113.28 138 88.57 -
System Red Green Blue C M Y K H S L
Decimal 58 138 131 0.58 0 0.05 0.46 174.75 0.41 0.38
Hex 3A 8A 83 3A 0 5 2E AF 29 26
Octal 72 212 203 72 0 5 56 257 51 46
Binary 111010 10001010 10000011 111010 0 101 101110 10101111 101001 100110

Color Harmonies of #3A8A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8A83

Black with #3A8A83

Text Example


Text Example

White with #3A8A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A8A83; }

 p { color: rgb(58,138,131); }

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

background-color css

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

 a { background-color: rgb(58,138,131); }

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

border-color css

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

 span { border-color: rgb(58,138,131); }

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