Html Css Color HEX #387E75 Genoa

📋 copy color: '#387E75'

red 56 ◦ green 126 ◦ blue 117

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

Shades of Genoa #387E75

Tints of Genoa #387E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.14%

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 18.73%
G = 42.14%
B = 39.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#387E75 (or 0x387E75) is known color: Genoa. HEX triplet: 38, 7E and 75. RGB value is (56,126,117). Sum of RGB (Red+Green+Blue) = 56+126+117=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #387E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E75 is #C7818A. Grayscale: #686868. Windows color (decimal): -13074827 or 7700024. OLE color: 7700024.

HSL color Cylindrical-coordinate representation of color #387E75: hue angle of 172.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E75 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 126 117 -
CMYK 0.56 0 0.07 0.51
HSL 172.29º 0.38% 0.36% -
HSV(B) 172.29º 0.56% 0.49% -
XYZ 12.3 17.05 19.47 -
YUV 104.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 56 126 117 0.56 0 0.07 0.51 172.29 0.38 0.36
Hex 38 7E 75 38 0 7 33 AC 26 24
Octal 70 176 165 70 0 7 63 254 46 44
Binary 111000 1111110 1110101 111000 0 111 110011 10101100 100110 100100

Color Harmonies of #387E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387E75

Black with #387E75

Text Example


Text Example

White with #387E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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