Html Css Color HEX #388275 Genoa

📋 copy color: '#388275'

red 56 ◦ green 130 ◦ blue 117

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

Shades of Genoa #388275

Tints of Genoa #388275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 18.48%
G = 42.9%
B = 38.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#388275 (or 0x388275) is known color: Genoa. HEX triplet: 38, 82 and 75. RGB value is (56,130,117). Sum of RGB (Red+Green+Blue) = 56+130+117=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #388275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388275 is #C77D8A. Grayscale: #6A6A6A. Windows color (decimal): -13073803 or 7701048. OLE color: 7701048.

HSL color Cylindrical-coordinate representation of color #388275: hue angle of 169.46º degrees, saturation: 0.4, 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 #388275 is Cyan = 0.57, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 117 -
CMYK 0.57 0 0.1 0.49
HSL 169.46º 0.4% 0.36% -
HSV(B) 169.46º 0.57% 0.51% -
XYZ 12.82 18.09 19.65 -
YUV 106.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 56 130 117 0.57 0 0.1 0.49 169.46 0.4 0.36
Hex 38 82 75 39 0 A 31 A9 28 24
Octal 70 202 165 71 0 12 61 251 50 44
Binary 111000 10000010 1110101 111001 0 1010 110001 10101001 101000 100100

Color Harmonies of #388275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388275

Black with #388275

Text Example


Text Example

White with #388275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388275; }

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

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

background-color css

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

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

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

border-color css

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

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

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