Html Css Color HEX #38766B Genoa

📋 copy color: '#38766B'

red 56 ◦ green 118 ◦ blue 107

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

Shades of Genoa #38766B

Tints of Genoa #38766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

 BLUE value IS 107 (42.19% from 255) = 38.08%

R = 19.93%
G = 41.99%
B = 38.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#38766B (or 0x38766B) is known color: Genoa. HEX triplet: 38, 76 and 6B. RGB value is (56,118,107). Sum of RGB (Red+Green+Blue) = 56+118+107=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #38766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38766B is #C78994. Grayscale: #626262. Windows color (decimal): -13076885 or 7042616. OLE color: 7042616.

HSL color Cylindrical-coordinate representation of color #38766B: hue angle of 169.35º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38766B is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 107 -
CMYK 0.53 0 0.09 0.54
HSL 169.35º 0.36% 0.34% -
HSV(B) 169.35º 0.53% 0.46% -
XYZ 10.76 14.86 16.21 -
YUV 98.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 56 118 107 0.53 0 0.09 0.54 169.35 0.36 0.34
Hex 38 76 6B 35 0 9 36 A9 24 22
Octal 70 166 153 65 0 11 66 251 44 42
Binary 111000 1110110 1101011 110101 0 1001 110110 10101001 100100 100010

Color Harmonies of #38766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38766B

Black with #38766B

Text Example


Text Example

White with #38766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38766B; }

 p { color: rgb(56,118,107); }

 H1.HeaderClassName
 {
   color: #38766B;
 }
 .AnyTagClassName
 {
   color: #38766B;
 }
</style>

background-color css

<style>
 a { background-color: #38766B; }

 a { background-color: rgb(56,118,107); }

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

border-color css

<style>
 span { border-color: #38766B; }

 span { border-color: rgb(56,118,107); }

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