Html Css Color HEX #38897F Lochinvar

📋 copy color: '#38897F'

red 56 ◦ green 137 ◦ blue 127

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

Shades of Lochinvar #38897F

Tints of Lochinvar #38897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 17.5%
G = 42.81%
B = 39.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#38897F (or 0x38897F) is known color: Lochinvar. HEX triplet: 38, 89 and 7F. RGB value is (56,137,127). Sum of RGB (Red+Green+Blue) = 56+137+127=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #38897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38897F is #C77680. Grayscale: #6F6F6F. Windows color (decimal): -13072001 or 8358200. OLE color: 8358200.

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

Color convert

RGB 56 137 127 -
CMYK 0.59 0 0.07 0.46
HSL 172.59º 0.42% 0.38% -
HSV(B) 172.59º 0.59% 0.54% -
XYZ 14.41 20.26 23.23 -
YUV 111.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 56 137 127 0.59 0 0.07 0.46 172.59 0.42 0.38
Hex 38 89 7F 3B 0 7 2E AD 2A 26
Octal 70 211 177 73 0 7 56 255 52 46
Binary 111000 10001001 1111111 111011 0 111 101110 10101101 101010 100110

Color Harmonies of #38897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38897F

Black with #38897F

Text Example


Text Example

White with #38897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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