Html Css Color HEX #38786A Genoa

📋 copy color: '#38786A'

red 56 ◦ green 120 ◦ blue 106

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

Shades of Genoa #38786A

Tints of Genoa #38786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.55%

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 19.86%
G = 42.55%
B = 37.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#38786A (or 0x38786A) is known color: Genoa. HEX triplet: 38, 78 and 6A. RGB value is (56,120,106). Sum of RGB (Red+Green+Blue) = 56+120+106=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #38786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38786A is #C78795. Grayscale: #636363. Windows color (decimal): -13076374 or 6977592. OLE color: 6977592.

HSL color Cylindrical-coordinate representation of color #38786A: hue angle of 166.88º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38786A is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 106 -
CMYK 0.53 0 0.12 0.53
HSL 166.88º 0.36% 0.35% -
HSV(B) 166.88º 0.53% 0.47% -
XYZ 10.95 15.31 16.01 -
YUV 99.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 56 120 106 0.53 0 0.12 0.53 166.88 0.36 0.35
Hex 38 78 6A 35 0 C 35 A7 24 23
Octal 70 170 152 65 0 14 65 247 44 43
Binary 111000 1111000 1101010 110101 0 1100 110101 10100111 100100 100011

Color Harmonies of #38786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38786A

Black with #38786A

Text Example


Text Example

White with #38786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38786A; }

 p { color: rgb(56,120,106); }

 H1.HeaderClassName
 {
   color: #38786A;
 }
 .AnyTagClassName
 {
   color: #38786A;
 }
</style>

background-color css

<style>
 a { background-color: #38786A; }

 a { background-color: rgb(56,120,106); }

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

border-color css

<style>
 span { border-color: #38786A; }

 span { border-color: rgb(56,120,106); }

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