Html Css Color HEX #388F7D Lochinvar

📋 copy color: '#388F7D'

red 56 ◦ green 143 ◦ blue 125

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

Shades of Lochinvar #388F7D

Tints of Lochinvar #388F7D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.14%

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 17.28%
G = 44.14%
B = 38.58%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#388F7D (or 0x388F7D) is known color: Lochinvar. HEX triplet: 38, 8F and 7D. RGB value is (56,143,125). Sum of RGB (Red+Green+Blue) = 56+143+125=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #388F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F7D is #C77082. Grayscale: #727272. Windows color (decimal): -13070467 or 8228664. OLE color: 8228664.

HSL color Cylindrical-coordinate representation of color #388F7D: hue angle of 167.59º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F7D is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 143 125 -
CMYK 0.61 0 0.13 0.44
HSL 167.59º 0.44% 0.39% -
HSV(B) 167.59º 0.61% 0.56% -
XYZ 15.16 21.97 22.84 -
YUV 114.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 56 143 125 0.61 0 0.13 0.44 167.59 0.44 0.39
Hex 38 8F 7D 3D 0 D 2C A8 2C 27
Octal 70 217 175 75 0 15 54 250 54 47
Binary 111000 10001111 1111101 111101 0 1101 101100 10101000 101100 100111

Color Harmonies of #388F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F7D

Black with #388F7D

Text Example


Text Example

White with #388F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388F7D; }

 p { color: rgb(56,143,125); }

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

background-color css

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

 a { background-color: rgb(56,143,125); }

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

border-color css

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

 span { border-color: rgb(56,143,125); }

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