Html Css Color HEX #38887C Lochinvar

📋 copy color: '#38887C'

red 56 ◦ green 136 ◦ blue 124

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

Shades of Lochinvar #38887C

Tints of Lochinvar #38887C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 17.72%
G = 43.04%
B = 39.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#38887C (or 0x38887C) is known color: Lochinvar. HEX triplet: 38, 88 and 7C. RGB value is (56,136,124). Sum of RGB (Red+Green+Blue) = 56+136+124=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #38887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38887C is #C77783. Grayscale: #6E6E6E. Windows color (decimal): -13072260 or 8161336. OLE color: 8161336.

HSL color Cylindrical-coordinate representation of color #38887C: hue angle of 171º 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 #38887C is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 124 -
CMYK 0.59 0 0.09 0.47
HSL 171º 0.42% 0.38% -
HSV(B) 171º 0.59% 0.53% -
XYZ 14.07 19.9 22.17 -
YUV 110.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 56 136 124 0.59 0 0.09 0.47 171 0.42 0.38
Hex 38 88 7C 3B 0 9 2F AB 2A 26
Octal 70 210 174 73 0 11 57 253 52 46
Binary 111000 10001000 1111100 111011 0 1001 101111 10101011 101010 100110

Color Harmonies of #38887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38887C

Black with #38887C

Text Example


Text Example

White with #38887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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