Html Css Color HEX #388172 Genoa

📋 copy color: '#388172'

red 56 ◦ green 129 ◦ blue 114

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

Shades of Genoa #388172

Tints of Genoa #388172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.14%

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 18.73%
G = 43.14%
B = 38.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#388172 (or 0x388172) is known color: Genoa. HEX triplet: 38, 81 and 72. RGB value is (56,129,114). Sum of RGB (Red+Green+Blue) = 56+129+114=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #388172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388172 is #C77E8D. Grayscale: #696969. Windows color (decimal): -13074062 or 7504184. OLE color: 7504184.

HSL color Cylindrical-coordinate representation of color #388172: hue angle of 167.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388172 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 114 -
CMYK 0.57 0 0.12 0.49
HSL 167.67º 0.39% 0.36% -
HSV(B) 167.67º 0.57% 0.51% -
XYZ 12.52 17.76 18.69 -
YUV 105.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 56 129 114 0.57 0 0.12 0.49 167.67 0.39 0.36
Hex 38 81 72 39 0 C 31 A8 27 24
Octal 70 201 162 71 0 14 61 250 47 44
Binary 111000 10000001 1110010 111001 0 1100 110001 10101000 100111 100100

Color Harmonies of #388172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388172

Black with #388172

Text Example


Text Example

White with #388172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388172; }

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

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

background-color css

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

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

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

border-color css

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

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

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