Html Css Color HEX #388532 Bilbao

📋 copy color: '#388532'

red 56 ◦ green 133 ◦ blue 50

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

Shades of Bilbao #388532

Tints of Bilbao #388532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 23.43%
G = 55.65%
B = 20.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#388532 (or 0x388532) is known color: Bilbao. HEX triplet: 38, 85 and 32. RGB value is (56,133,50). Sum of RGB (Red+Green+Blue) = 56+133+50=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #388532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388532 is #C77ACD. Grayscale: #646464. Windows color (decimal): -13073102 or 3310904. OLE color: 3310904.

HSL color Cylindrical-coordinate representation of color #388532: hue angle of 115.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388532 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 50 -
CMYK 0.58 0 0.62 0.48
HSL 115.66º 0.45% 0.36% -
HSV(B) 115.66º 0.62% 0.52% -
XYZ 10.59 17.85 5.9 -
YUV 100.52 99.49 96.25 -
System Red Green Blue C M Y K H S L
Decimal 56 133 50 0.58 0 0.62 0.48 115.66 0.45 0.36
Hex 38 85 32 3A 0 3E 30 74 2D 24
Octal 70 205 62 72 0 76 60 164 55 44
Binary 111000 10000101 110010 111010 0 111110 110000 1110100 101101 100100

Color Harmonies of #388532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388532

Black with #388532

Text Example


Text Example

White with #388532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388532; }

 p { color: rgb(56,133,50); }

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

background-color css

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

 a { background-color: rgb(56,133,50); }

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

border-color css

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

 span { border-color: rgb(56,133,50); }

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