Html Css Color HEX #388631 Bilbao

📋 copy color: '#388631'

red 56 ◦ green 134 ◦ blue 49

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

Shades of Bilbao #388631

Tints of Bilbao #388631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.07%

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 23.43%
G = 56.07%
B = 20.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#388631 (or 0x388631) is known color: Bilbao. HEX triplet: 38, 86 and 31. RGB value is (56,134,49). Sum of RGB (Red+Green+Blue) = 56+134+49=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #388631 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388631 is #C779CE. Grayscale: #656565. Windows color (decimal): -13072847 or 3245624. OLE color: 3245624.

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

Color convert

RGB 56 134 49 -
CMYK 0.58 0 0.63 0.47
HSL 115.06º 0.46% 0.36% -
HSV(B) 115.06º 0.63% 0.53% -
XYZ 10.71 18.11 5.84 -
YUV 100.99 98.66 95.91 -
System Red Green Blue C M Y K H S L
Decimal 56 134 49 0.58 0 0.63 0.47 115.06 0.46 0.36
Hex 38 86 31 3A 0 3F 2F 73 2E 24
Octal 70 206 61 72 0 77 57 163 56 44
Binary 111000 10000110 110001 111010 0 111111 101111 1110011 101110 100100

Color Harmonies of #388631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388631

Black with #388631

Text Example


Text Example

White with #388631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388631; }

 p { color: rgb(56,134,49); }

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

background-color css

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

 a { background-color: rgb(56,134,49); }

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

border-color css

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

 span { border-color: rgb(56,134,49); }

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