Html Css Color HEX #388880 Lochinvar

📋 copy color: '#388880'

red 56 ◦ green 136 ◦ blue 128

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

Shades of Lochinvar #388880

Tints of Lochinvar #388880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.5%

 BLUE value IS 128 (50.39% from 255) = 40%

R = 17.5%
G = 42.5%
B = 40%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#388880 (or 0x388880) is known color: Lochinvar. HEX triplet: 38, 88 and 80. RGB value is (56,136,128). Sum of RGB (Red+Green+Blue) = 56+136+128=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #388880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388880 is #C7777F. Grayscale: #6F6F6F. Windows color (decimal): -13072256 or 8423480. OLE color: 8423480.

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

Color convert

RGB 56 136 128 -
CMYK 0.59 0 0.06 0.47
HSL 174º 0.42% 0.38% -
HSV(B) 174º 0.59% 0.53% -
XYZ 14.33 20.01 23.53 -
YUV 111.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 56 136 128 0.59 0 0.06 0.47 174 0.42 0.38
Hex 38 88 80 3B 0 6 2F AE 2A 26
Octal 70 210 200 73 0 6 57 256 52 46
Binary 111000 10001000 10000000 111011 0 110 101111 10101110 101010 100110

Color Harmonies of #388880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388880

Black with #388880

Text Example


Text Example

White with #388880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388880; }

 p { color: rgb(56,136,128); }

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

background-color css

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

 a { background-color: rgb(56,136,128); }

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

border-color css

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

 span { border-color: rgb(56,136,128); }

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