Html Css Color HEX #38887E Lochinvar

📋 copy color: '#38887E'

red 56 ◦ green 136 ◦ blue 126

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

Shades of Lochinvar #38887E

Tints of Lochinvar #38887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.62%

R = 17.61%
G = 42.77%
B = 39.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#38887E (or 0x38887E) is known color: Lochinvar. HEX triplet: 38, 88 and 7E. RGB value is (56,136,126). Sum of RGB (Red+Green+Blue) = 56+136+126=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #38887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38887E is #C77781. Grayscale: #6E6E6E. Windows color (decimal): -13072258 or 8292408. OLE color: 8292408.

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

Color convert

RGB 56 136 126 -
CMYK 0.59 0 0.07 0.47
HSL 172.5º 0.42% 0.38% -
HSV(B) 172.5º 0.59% 0.53% -
XYZ 14.2 19.96 22.84 -
YUV 110.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 56 136 126 0.59 0 0.07 0.47 172.5 0.42 0.38
Hex 38 88 7E 3B 0 7 2F AC 2A 26
Octal 70 210 176 73 0 7 57 254 52 46
Binary 111000 10001000 1111110 111011 0 111 101111 10101100 101010 100110

Color Harmonies of #38887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38887E

Black with #38887E

Text Example


Text Example

White with #38887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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