Html Css Color HEX #38726A Genoa

📋 copy color: '#38726A'

red 56 ◦ green 114 ◦ blue 106

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

Shades of Genoa #38726A

Tints of Genoa #38726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

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

R = 20.29%
G = 41.3%
B = 38.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#38726A (or 0x38726A) is known color: Genoa. HEX triplet: 38, 72 and 6A. RGB value is (56,114,106). Sum of RGB (Red+Green+Blue) = 56+114+106=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #38726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38726A is #C78D95. Grayscale: #5F5F5F. Windows color (decimal): -13077910 or 6976056. OLE color: 6976056.

HSL color Cylindrical-coordinate representation of color #38726A: hue angle of 171.72º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38726A is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 106 -
CMYK 0.51 0 0.07 0.55
HSL 171.72º 0.34% 0.33% -
HSV(B) 171.72º 0.51% 0.45% -
XYZ 10.25 13.92 15.78 -
YUV 95.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 56 114 106 0.51 0 0.07 0.55 171.72 0.34 0.33
Hex 38 72 6A 33 0 7 37 AC 22 21
Octal 70 162 152 63 0 7 67 254 42 41
Binary 111000 1110010 1101010 110011 0 111 110111 10101100 100010 100001

Color Harmonies of #38726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38726A

Black with #38726A

Text Example


Text Example

White with #38726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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