Html Css Color HEX #388982 Lochinvar

📋 copy color: '#388982'

red 56 ◦ green 137 ◦ blue 130

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

Shades of Lochinvar #388982

Tints of Lochinvar #388982

RGB

 RED value IS 56 (22.27% from 255) = 17.34%

 GREEN value IS 137 (53.91% from 255) = 42.41%

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 17.34%
G = 42.41%
B = 40.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#388982 (or 0x388982) is known color: Lochinvar. HEX triplet: 38, 89 and 82. RGB value is (56,137,130). Sum of RGB (Red+Green+Blue) = 56+137+130=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #388982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388982 is #C7767D. Grayscale: #6F6F6F. Windows color (decimal): -13071998 or 8554808. OLE color: 8554808.

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

Color convert

RGB 56 137 130 -
CMYK 0.59 0 0.05 0.46
HSL 174.81º 0.42% 0.38% -
HSV(B) 174.81º 0.59% 0.54% -
XYZ 14.61 20.34 24.28 -
YUV 111.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 56 137 130 0.59 0 0.05 0.46 174.81 0.42 0.38
Hex 38 89 82 3B 0 5 2E AF 2A 26
Octal 70 211 202 73 0 5 56 257 52 46
Binary 111000 10001001 10000010 111011 0 101 101110 10101111 101010 100110

Color Harmonies of #388982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388982

Black with #388982

Text Example


Text Example

White with #388982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388982; }

 p { color: rgb(56,137,130); }

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

background-color css

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

 a { background-color: rgb(56,137,130); }

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

border-color css

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

 span { border-color: rgb(56,137,130); }

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